Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. auth_param digest program /usr/lib/squid3/digest_file_auth -c /etc/squid3/passwords
  2. auth_param digest realm proxy
  3. acl authenticated proxy_auth REQUIRED
  4. http_access allow authenticated
  5. http_port 8888
  6. access_log /squid3_logs/access.log squid
  7. cache_store_log /squid3_logs/store.log
  8. cache_log /squid3_logs/cache.log
  9.  
  10. sudo apt-get install dante-server
  11.  
  12. logoutput: syslog
  13. logoutput: /var/log/sockd.log
  14.  
  15. internal: eth0 port = <your proxy port here>
  16. external: eth0
  17.  
  18. method: username none #rfc931
  19.  
  20. user.privileged: proxy
  21. user.notprivileged: nobody
  22. user.libwrap: nobody
  23.  
  24. client pass {
  25. from: <your network address here>/24 port 1-65535 to: 0.0.0.0/0
  26. }
  27.  
  28. pass {
  29. from: <your network address here>/24 to: 0.0.0.0/0
  30. protocol: tcp udp
  31. }
  32.  
  33. service danted start
  34.  
  35. Windows Registry Editor Version 5.00
  36.  
  37. [HKEY_LOCAL_MACHINESOFTWAREPoliciesSkypePhone]
  38. "ProxySetting"="SOCKS5"
  39. "ProxyAddress"="<your proxy server ip address here>:<your proxy port here>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement