Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #bypass url
- acl bypass_ssl dstdomain .onlinebank.com
- acl bypass_ssl dstdomain .anotherbank.com
- ssl_bump none bypass_ssl
- ssl_bump server-first all
- or bypass single LAN ip
- #client100
- acl bypass_ssl src 192.168.0.100
- ssl_bump none bypass_ssl
- ssl_bump server-first all
- #client1
- acl bypass_ssl src 192.168.0.100
- ssl_bump none bypass_ssl
- ssl_bump server-first all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement