Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ...
  2. # Ports
  3. allowed_vpn_ports = "{ 1:65535 }"
  4.  
  5. # Table with allowed IPs
  6. table <allowed_vpn_ips> const { us1.vpnprovider.com, us2.vpnprovider.com, uk.vpnprovider.com }
  7. table <allowed_dns_ips> const { 8.8.8.8, 8.8.4.4 }
  8.  
  9. # Block all outgoing packets
  10. block out all
  11. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement