Skip to content

Instantly share code, notes, and snippets.

@yoh2
Created June 21, 2013 19:11
Show Gist options
  • Select an option

  • Save yoh2/5833570 to your computer and use it in GitHub Desktop.

Select an option

Save yoh2/5833570 to your computer and use it in GitHub Desktop.
VPSに設定しているtelnetポート設定
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