Skip to content

Commit

Permalink
Merge pull request #191 from loki-project/neuroscr-seed-may2020
Browse files Browse the repository at this point in the history
Update Seed Node Ports
  • Loading branch information
nielsandriesse authored May 20, 2020
2 parents 588c134 + 1052845 commit 3b7e57e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Signal/Signal-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down
2 changes: 1 addition & 1 deletion SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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> = []
Expand Down
2 changes: 1 addition & 1 deletion SignalShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down

0 comments on commit 3b7e57e

Please sign in to comment.