3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Er, use localhost IP address

This commit is contained in:
Pragmatic Software 2017-10-14 21:44:37 -07:00
parent 456e239afe
commit 19ec2e1233

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');