Advertisement
thesuhu

Squid

Nov 7th, 2020
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. # allow non standard HTTP(S) ports through Squid
  2. # defaults for HTTP is port 80 and for HTTPS port 443.
  3. # example non standard port http://www.example.com:8080 or https://www.exampe.com:8443
  4. # ubah konfigurasi tambahkan baris berikut
  5. acl SSL_ports port 8443
  6. acl Safe_ports port 8443
  7. # kemudian restart service squid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement