summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-17 11:08:13 -0400
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commit572119488620826b0cdb5619cc64c67d4eba5f56 (patch)
treec1a0fe89217cd172f34d0e3f066ff8ecafb63ec8
parentf71f6f4d6998ebfd30db4a78cc2843a735d5c059 (diff)
downloadlibproxy-git-572119488620826b0cdb5619cc64c67d4eba5f56.tar.gz
Add proxy authentication page (#92)
Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
-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",