Er, use localhost IP address

This commit is contained in:
Pragmatic Software 2017-10-14 21:44:37 -07:00
parent 456e239afe
commit 19ec2e1233
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ use IO::Socket::INET;
use JSON;
my $sock = IO::Socket::INET->new(
PeerAddr => '192.168.0.42',
PeerAddr => '127.0.0.1',
PeerPort => 9000,
Proto => 'tcp');