feat(NetworkConfigManager): enhance gateway configuration with new fields for country and type; add recursive gateway support and improve filtering options
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m52s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m52s
This commit is contained in:
@@ -5,35 +5,55 @@
|
||||
"name": "SWE-IHOR",
|
||||
"ip": "94.142.140.1",
|
||||
"description": "Cloudflare Sweden - основной выход",
|
||||
"serverId": "SWE-HIPHOST"
|
||||
"serverId": "SWE-HIPHOST",
|
||||
"country": "SWE",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"id": "gw-bunny-swe",
|
||||
"name": "SWE-BUNNY",
|
||||
"ip": "94.142.140.2",
|
||||
"description": "Bunny CDN Sweden",
|
||||
"serverId": "SWE-HIPHOST"
|
||||
"serverId": "SWE-HIPHOST",
|
||||
"country": "SWE",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"id": "gw-telegram-nl",
|
||||
"name": "TG-PROXY-1",
|
||||
"ip": "149.154.167.50",
|
||||
"description": "Telegram DC2",
|
||||
"serverId": "NL-AMSTERDAM"
|
||||
"serverId": "NL-AMSTERDAM",
|
||||
"country": "NL",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"id": "gw-hetzner-de",
|
||||
"name": "DE-HETZNER",
|
||||
"ip": "195.100.30.21",
|
||||
"description": "Hetzner Frankfurt",
|
||||
"serverId": "DE-FRANKFURT"
|
||||
"serverId": "DE-FRANKFURT",
|
||||
"country": "DE",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"id": "gw-fastly-us",
|
||||
"name": "US-FASTLY",
|
||||
"ip": "151.101.1.1",
|
||||
"description": "Fastly US East",
|
||||
"serverId": "US-NEWYORK"
|
||||
"serverId": "US-NEWYORK",
|
||||
"country": "US",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"id": "gw-recursive-swe",
|
||||
"name": "SWE-RECURSIVE",
|
||||
"ip": "10.0.0.1",
|
||||
"description": "Рекурсивный gateway через SWE-IHOR",
|
||||
"serverId": "SWE-HIPHOST",
|
||||
"country": "SWE",
|
||||
"type": "recursive",
|
||||
"parentGatewayId": "gw-cloudflare-swe"
|
||||
}
|
||||
],
|
||||
"tunnelInterfaces": [
|
||||
|
||||
Reference in New Issue
Block a user