Skip to content

Instantly share code, notes, and snippets.

@yoh2
Created October 6, 2015 17:01
Show Gist options
  • Save yoh2/5f948b18f1782f6ed8f9 to your computer and use it in GitHub Desktop.
Save yoh2/5f948b18f1782f6ed8f9 to your computer and use it in GitHub Desktop.
xinetd config file for nyancat
service telnet
{
socket_type = stream
protocol = tcp
wait = no
user = games
server = /usr/games/bin/nyancat
server_args = -t
only_from = 0.0.0.0/0 ::/0
flags = IPv6
disable = no
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment