mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Change 'localhost' to 127.0.0.1
@makerspherehq reported it not working as 'localhost' via Twitter
This commit is contained in:
parent
ae8f51d608
commit
8472918559
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
{
|
{
|
||||||
self = [super init];
|
self = [super init];
|
||||||
if(self) {
|
if(self) {
|
||||||
baseURL = @"http://localhost:9993";
|
baseURL = @"http://127.0.0.1:9993";
|
||||||
session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration ephemeralSessionConfiguration]];
|
session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration ephemeralSessionConfiguration]];
|
||||||
_isQuitting = NO;
|
_isQuitting = NO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue