mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-29 23:39:24 +01:00
Er, use localhost IP address
This commit is contained in:
parent
456e239afe
commit
19ec2e1233
@ -16,7 +16,7 @@ use IO::Socket::INET;
|
|||||||
use JSON;
|
use JSON;
|
||||||
|
|
||||||
my $sock = IO::Socket::INET->new(
|
my $sock = IO::Socket::INET->new(
|
||||||
PeerAddr => '192.168.0.42',
|
PeerAddr => '127.0.0.1',
|
||||||
PeerPort => 9000,
|
PeerPort => 9000,
|
||||||
Proto => 'tcp');
|
Proto => 'tcp');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user