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.

5 lines
203 B

  1. # forward port 8000 on IPv6 to IPv4 host port 80
  2. # change enable to '1' to use this example
  3. config socat 'http'
  4. option enable '0'
  5. option SocatOptions '-d -d TCP6-LISTEN:8000,fork TCP4:192.168.1.20:80'