support for test dc1-3

loading custom dc ips from config
This commit is contained in:
2026-04-20 13:04:13 +03:00
parent 9bf7222208
commit c80d3452f0
13 changed files with 221 additions and 1 deletions
+39
View File
@@ -378,3 +378,42 @@ bind-to = "127.0.0.1:3129"
http-path = "/"
# prefix for metrics for prometheus
metric-prefix = "mtg"
[dc]
dc1 = [
"149.154.175.59:443",
"149.154.175.54:443",
"[2001:b28:f23d:f001::a]:443"
]
dc2 = [
"149.154.167.41:443",
"149.154.167.151:443",
"[2001:67c:4e8:f002::a]:443",
"[2001:67c:4e8:f002::b]:443"
]
dc3 = [
"149.154.175.100:443",
"[2001:b28:f23d:f003::a]:443"
]
dc4 = [
"149.154.167.92:443",
"149.154.165.111:443",
"[2001:67c:4e8:f004::a]:443",
"[2001:67c:4e8:f004::b]:443"
]
dc5 = [
"91.108.56.115:443",
"[2001:b28:f23f:f005::a]:443"
]
dc10001 = [
"149.154.175.10:443",
"[2001:b28:f23d:f001::e]:443"
]
dc10002 = [
"149.154.167.40:443",
"[2001:67c:4e8:f002::e]:443"
]
dc10003 = [
"149.154.175.117:443",
"[2001:b28:f23d:f003::e]:443"
]