From 572119488620826b0cdb5619cc64c67d4eba5f56 Mon Sep 17 00:00:00 2001 From: Jan-Michael Brummer Date: Fri, 17 Mar 2023 11:08:13 -0400 Subject: Add proxy authentication page (#92) Co-authored-by: Jan-Michael Brummer --- docs/proxy-authentication.md | 7 +++++++ docs/px.toml.in | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/proxy-authentication.md 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", -- cgit v1.2.1