Skip to content

Commit

Permalink
Changed localhost to ::
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Oct 7, 2012
1 parent 1982db4 commit 7615ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README
Expand Up @@ -11,3 +11,6 @@ compiling termserv with the following commands:
$ gcc -o cl -lsocket client.c

What's also important: Adapt the IP in client.c to your environment!

===>>>>> AND THIS IS REALLY, REALLY, REALLY IMPORTANT: A RUNNING TERMSERV INSTANCE IS AN OPEN TELNET
SERVER WITH ACCESS TO THE FULL ACCOUNT AND SHELL OF THE OWNER OF THE SERVER!!!11! <<<<<<===
2 changes: 1 addition & 1 deletion termserv.c
Expand Up @@ -37,7 +37,7 @@ int main(void)

// Get TCP connection

server = create_inet_server_socket("0.0.0.0","12345",TCP,IPv4,0);
server = create_inet_server_socket("::","12345",TCP,IPv6,0);

if ( server < 0 )
{
Expand Down

0 comments on commit 7615ea6

Please sign in to comment.