Skip to content

Instantly share code, notes, and snippets.

@qingshan
Created August 6, 2013 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qingshan/6162753 to your computer and use it in GitHub Desktop.
Save qingshan/6162753 to your computer and use it in GitHub Desktop.
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