Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. cache deny all
  2. acl server1 src 162.xxxxxxxx.38/32
  3. http_access allow server1
  4.  
  5. http_port 20001 name=20001
  6. acl tasty20001 myportname 20001
  7. tcp_outgoing_address 162.xxx.4.23 tasty20001
  8.  
  9. http_port 20002 name=20002
  10. acl tasty20002 myportname 20002
  11. tcp_outgoing_address 162.xxx.4.24 tasty20002
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement