feat(NetworkConfigManager, FilterManager): update gateway configuration to use IP as name; enhance filtering logic and UI to accommodate changes in gateway structure
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m44s

This commit is contained in:
2026-01-22 12:05:07 +07:00
parent bfae6def11
commit d3bf307d6c
3 changed files with 92 additions and 61 deletions
+1 -8
View File
@@ -2,7 +2,6 @@
"gateways": [
{
"id": "gw-cloudflare-swe",
"name": "SWE-IHOR",
"ip": "94.142.140.1",
"description": "Cloudflare Sweden - основной выход",
"serverId": "SWE-HIPHOST",
@@ -11,7 +10,6 @@
},
{
"id": "gw-bunny-swe",
"name": "SWE-BUNNY",
"ip": "94.142.140.2",
"description": "Bunny CDN Sweden",
"serverId": "SWE-HIPHOST",
@@ -20,7 +18,6 @@
},
{
"id": "gw-telegram-nl",
"name": "TG-PROXY-1",
"ip": "149.154.167.50",
"description": "Telegram DC2",
"serverId": "NL-AMSTERDAM",
@@ -29,7 +26,6 @@
},
{
"id": "gw-hetzner-de",
"name": "DE-HETZNER",
"ip": "195.100.30.21",
"description": "Hetzner Frankfurt",
"serverId": "DE-FRANKFURT",
@@ -38,7 +34,6 @@
},
{
"id": "gw-fastly-us",
"name": "US-FASTLY",
"ip": "151.101.1.1",
"description": "Fastly US East",
"serverId": "US-NEWYORK",
@@ -47,9 +42,8 @@
},
{
"id": "gw-recursive-swe",
"name": "SWE-RECURSIVE",
"ip": "10.0.0.1",
"description": "Рекурсивный gateway через SWE-IHOR",
"description": "Рекурсивный gateway через 94.142.140.1",
"serverId": "SWE-HIPHOST",
"country": "SWE",
"type": "recursive",
@@ -72,7 +66,6 @@
"type": "WireGuard",
"localIp": "10.20.0.1",
"remoteIp": "10.20.0.2",
"port": "51820",
"serverId": "SWE-HIPHOST"
},
{