summaryrefslogtreecommitdiff
path: root/doc/afclient_example.conf
diff options
context:
space:
mode:
authorJoshua Judson Rosen2015-02-17 00:37:08 -0500
committerJoshua Judson Rosen2015-02-17 00:37:08 -0500
commit714aebccbd7a4ab6ec0964d4580efd49171ba140 (patch)
treee71ac66a95848b1c0e8f47ea7d3df0e54c052d48 /doc/afclient_example.conf
parentNix mysleep(). (diff)
downloadapf-714aebccbd7a4ab6ec0964d4580efd49171ba140.tar.gz
Remove HTTP proxy support.
There are plenty of popular, readily-available external tools that, frankly, provide better options for going through proxies-- both of the HTTP variety and others (corkscrew, httptunnel, socat...); and dropping our internal implementation results in a significant reduction in code complexity--including the complete elimination of multithreading and all of the worries that go along with it.
Diffstat (limited to 'doc/afclient_example.conf')
-rw-r--r--doc/afclient_example.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/afclient_example.conf b/doc/afclient_example.conf
index d336ce3..aef4078 100644
--- a/doc/afclient_example.conf
+++ b/doc/afclient_example.conf
@@ -46,9 +46,3 @@
#load usermodule #load a module for user's packets filtering
#Load servicemodule #load a module for service's packets filtering
-
-#use-https #use https proxy instead of http proxy
-#proxyname httpproxy #the name of the machine with proxy server
-#proxyport 8080 #the port used by proxy server (default: 8080)
-#pa-cred user:password #the user (U) and password (P) used in proxy authorization
-#pa-t-basic #the Basic type of proxy authorization (default)