blob: 196ab9c477c8998eb790055949dea534b0a21ded (
plain)
1
2
3
4
5
6
|
# forward port 8000 on IPv6 to IPv4 host port 80
# change enable to '1' to use this example
config socat 'http'
option enable '0'
option SocatOptions '-d -d TCP6-LISTEN:8000,fork TCP4:192.168.1.20:80'
option user 'nobody'
|