Add servers.
authorCryptoManiac <balthazar@yandex.ru>
Tue, 22 Jul 2014 23:19:41 +0000 (03:19 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Tue, 22 Jul 2014 23:19:41 +0000 (03:19 +0400)
lib/network.py

index 6a3aee1..b96111f 100644 (file)
@@ -8,6 +8,8 @@ DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'}
 
 DEFAULT_SERVERS = {
     '127.0.0.1': DEFAULT_PORTS,
+    '193.23.181.148': DEFAULT_PORTS,
+    '91.235.143.61': DEFAULT_PORTS,
 }