From: Dylan Lloyd Date: Wed, 1 Feb 2012 18:07:05 +0000 (-0500) Subject: Updated IP address X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=3696abeb3e48a88da066b95d52de2bc8b58f3f6b;p=irssi-notify.git Updated IP address --- diff --git a/server.c b/server.c index 40c7bd0..ba564e2 100644 --- a/server.c +++ b/server.c @@ -109,7 +109,7 @@ int main(void) get_in_addr((struct sockaddr *)&their_addr), source, sizeof source); - if (strcmp(source, "107.21.205.69") != 0 && + if (strcmp(source, "50.16.219.8") != 0 && strcmp(source, "127.0.0.1") != 0){ close(activefd); continue;