proxy.xinetd
service proxy | |
{ | |
type = UNLISTED | |
flags = REUSE | |
socket_type = stream | |
protocol = tcp | |
port = 80 | |
wait = no | |
user = root | |
redirect = 127.0.0.1 8080 | |
disable = no | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment