Explorar el Código

Change 'localhost' to 127.0.0.1

@makerspherehq reported it not working as 'localhost' via Twitter
Grant Limberg hace 8 años
padre
commit
8472918559
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      macui/ZeroTier One/ServiceCom.m

+ 1 - 1
macui/ZeroTier One/ServiceCom.m

@@ -43,7 +43,7 @@
 {
     self = [super init];
     if(self) {
-        baseURL = @"http://localhost:9993";
+        baseURL = @"http://127.0.0.1:9993";
         session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration ephemeralSessionConfiguration]];
         _isQuitting = NO;
     }