Merge pull request #191 from loki-project/neuroscr-seed-may2020

Update Seed Node Ports
This commit is contained in:
Niels Andriesse 2020-05-20 12:02:27 +10:00 committed by GitHub
commit 3b7e57e529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>149.56.148.124</key>
<key>144.76.164.202</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>

View File

@ -27,7 +27,7 @@ public extension LokiAPI {
#if TESTNET
fileprivate static let seedNodePool: Set<String> = [ "http://public.loki.foundation:38157" ]
#else
fileprivate static let seedNodePool: Set<String> = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://149.56.148.124:38157" ]
fileprivate static let seedNodePool: Set<String> = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:22023", "http://144.76.164.202:22023" ]
#endif
internal static var randomSnodePool: Set<LokiAPITarget> = []

View File

@ -26,7 +26,7 @@
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>149.56.148.124</key>
<key>144.76.164.202</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>