You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
602 B

  1. config tcpproxy
  2. option username 'nobody'
  3. option groupname 'nogroup'
  4. # option chroot "/var/run/tcpproxy"
  5. # option log 'syslog:3,tcpproxy,daemon'
  6. config listen
  7. option disabled 1
  8. option local_port '8000'
  9. option resolv 'ipv4'
  10. option remote_addr 'www.google.at'
  11. option remote_port '80'
  12. option remote_resolv 'ipv6'
  13. option source_addr '2a02:3e0:2002:1:215:58ff:fe31:2ce7'
  14. config listen
  15. option disabled 1
  16. option local_addr '2a02:3e0:2002:1:215:58ff:fe31:2ce7'
  17. option local_port '1234'
  18. option remote_addr 'www.google.at'
  19. option remote_port '80'
  20. option remote_resolv 'ipv4'