feat: Add server management functionality with new API endpoints and update UI to include server statistics
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 14m34s

This commit is contained in:
2025-07-10 08:21:52 +07:00
parent 2738455c1a
commit 86f6304382
6 changed files with 705 additions and 13 deletions
+37
View File
@@ -0,0 +1,37 @@
[
{
"ip": "192.168.1.1",
"dns": "srv1.shx.su",
"country": "RU",
"provider": "Yandex",
"tunnel": "GRE"
},
{
"ip": "10.0.0.5",
"dns": "srv2.shx.su",
"country": "US",
"provider": "AWS",
"tunnel": "IPSec"
},
{
"ip": "172.16.0.10",
"dns": "srv3.shx.su",
"country": "DE",
"provider": "Hetzner",
"tunnel": "GRE"
},
{
"ip": "8.8.8.8",
"dns": "dns.google",
"country": "US",
"provider": "Google",
"tunnel": "IPSec"
},
{
"ip": "1.1.1.1",
"dns": "cloudflare-dns.com",
"country": "US",
"provider": "Cloudflare",
"tunnel": "GRE"
}
]