mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:44:02 +03:00
support for test dc1-3
loading custom dc ips from config
This commit is contained in:
+13
-1
@@ -25,6 +25,18 @@ var TelegramCoreAddresses = map[int][]string{
|
||||
},
|
||||
203: {
|
||||
"91.105.192.100:443",
|
||||
"[2a0a:f280:0203:000a:5000:0000:0000:0100]:443",
|
||||
"[2a0a:f280:0203:a:5000::100]:443",
|
||||
},
|
||||
10001: {
|
||||
"149.154.175.10:443",
|
||||
"[2001:b28:f23d:f001::e]:443",
|
||||
},
|
||||
10002: {
|
||||
"149.154.167.40:443",
|
||||
"[2001:67c:4e8:f002::e]:443",
|
||||
},
|
||||
10003: {
|
||||
"149.154.175.117:443",
|
||||
"[2001:b28:f23d:f003::e]:443",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user