Updated IP address
authorDylan Lloyd <dylan@dylansserver.com>
Wed, 1 Feb 2012 18:07:05 +0000 (13:07 -0500)
committerDylan Lloyd <dylan@dylansserver.com>
Wed, 1 Feb 2012 18:07:05 +0000 (13:07 -0500)
server.c

index 40c7bd0..ba564e2 100644 (file)
--- 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;