Files
router-lists-ui/example/s3/network-config.json
T

113 lines
2.7 KiB
JSON

{
"gateways": [
{
"id": "gw-cloudflare-swe",
"ip": "94.142.140.1",
"description": "Cloudflare Sweden - основной выход",
"serverId": "SWE-HIPHOST",
"country": "SWE",
"type": "direct"
},
{
"id": "gw-bunny-swe",
"ip": "94.142.140.2",
"description": "Bunny CDN Sweden",
"serverId": "SWE-HIPHOST",
"country": "SWE",
"type": "direct"
},
{
"id": "gw-telegram-nl",
"ip": "149.154.167.50",
"description": "Telegram DC2",
"serverId": "NL-AMSTERDAM",
"country": "NL",
"type": "direct"
},
{
"id": "gw-hetzner-de",
"ip": "195.100.30.21",
"description": "Hetzner Frankfurt",
"serverId": "DE-FRANKFURT",
"country": "DE",
"type": "direct"
},
{
"id": "gw-fastly-us",
"ip": "151.101.1.1",
"description": "Fastly US East",
"serverId": "US-NEWYORK",
"country": "US",
"type": "direct"
},
{
"id": "gw-recursive-swe",
"ip": "10.0.0.1",
"description": "Рекурсивный gateway через 94.142.140.1",
"serverId": "SWE-HIPHOST",
"country": "SWE",
"type": "recursive",
"parentGatewayId": "gw-cloudflare-swe"
}
],
"tunnelInterfaces": [
{
"id": "if-gre-swe-de",
"name": "gre-swe-de",
"name2": "gre-de-swe",
"type": "GRE",
"localIp": "10.10.0.1",
"remoteIp": "10.10.0.2",
"serverId": "SWE-HIPHOST",
"serverId2": "DE-FRANKFURT"
},
{
"id": "if-wg-swe-nl",
"name": "wg0",
"name2": "wg1",
"type": "WireGuard",
"localIp": "10.20.0.1",
"remoteIp": "10.20.0.2",
"serverId": "SWE-HIPHOST",
"serverId2": "NL-AMSTERDAM"
},
{
"id": "if-gre-de-us",
"name": "gre-de-us",
"type": "GRE",
"localIp": "10.10.1.1",
"remoteIp": "10.10.1.2",
"serverId": "DE-FRANKFURT",
"serverId2": "US-NEWYORK"
},
{
"id": "if-ipsec-nl-jp",
"name": "ipsec-nl-jp",
"type": "IPSec",
"localIp": "10.30.0.1",
"remoteIp": "10.30.0.2",
"serverId": "NL-AMSTERDAM"
}
],
"ipPools": [
{
"id": "pool-gre",
"name": "GRE Tunnels",
"cidr": "10.10.0.0/16",
"description": "Пул для GRE туннелей между серверами"
},
{
"id": "pool-wg",
"name": "WireGuard",
"cidr": "10.20.0.0/16",
"description": "Пул для WireGuard интерфейсов"
},
{
"id": "pool-ipsec",
"name": "IPSec VPN",
"cidr": "10.30.0.0/16",
"description": "Пул для IPSec туннелей"
}
]
}