summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/proxy-authentication.md7
-rw-r--r--docs/px.toml.in1
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/proxy-authentication.md b/docs/proxy-authentication.md
new file mode 100644
index 0000000..8b9669d
--- /dev/null
+++ b/docs/proxy-authentication.md
@@ -0,0 +1,7 @@
+Title: What about Proxy Authentication?
+Slug: ProxyAuthentication
+
+
+# What about Proxy Authentication?
+Because proxy authentication is protocol specific, it is outside the scope of this library. libproxy tells you WHICH proxy servers to try to use,
+not HOW to use them.
diff --git a/docs/px.toml.in b/docs/px.toml.in
index b70f23b..51bdbec 100644
--- a/docs/px.toml.in
+++ b/docs/px.toml.in
@@ -65,6 +65,7 @@ content_files = [
"build-steps.md",
"configuration-logic.md",
"perl.md",
+ "proxy-authentication.md",
"python.md",
"ruby.md",
"vala.md",