[
  {
    "id": "uuid-uk",
    "name": "UK London",
    "country": "United Kingdom",
    "city": "London",
    "serverAddress": "uk.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇬🇧"
  },
  {
    "id": "uuid-us",
    "name": "US East",
    "country": "United States",
    "city": "New York",
    "serverAddress": "usa.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇺🇸"
  },
  {
    "id": "uuid-de",
    "name": "Germany Frankfurt",
    "country": "Germany",
    "city": "Frankfurt",
    "serverAddress": "germany.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇩🇪"
  },
  {
    "id": "uuid-nl",
    "name": "Netherlands Amsterdam",
    "country": "Netherlands",
    "city": "Amsterdam",
    "serverAddress": "netherlands.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇳🇱"
  },
  {
    "id": "uuid-sg",
    "name": "Singapore",
    "country": "Singapore",
    "city": "Singapore",
    "serverAddress": "singapore.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇸🇬"
  },
  {
    "id": "uuid-au",
    "name": "Australia Sydney",
    "country": "Australia",
    "city": "Sydney",
    "serverAddress": "australia.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇦🇺"
  },
  {
    "id": "uuid-ca",
    "name": "Canada Toronto",
    "country": "Canada",
    "city": "Toronto",
    "serverAddress": "canada.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇨🇦"
  },
  {
    "id": "uuid-in",
    "name": "India Mumbai",
    "country": "India",
    "city": "Mumbai",
    "serverAddress": "india.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇮🇳"
  },
    {
    "id": "uuid-test",
    "name": "test",
    "country": "TEST",
    "city": "TEST",
    "serverAddress": "india.vpn404.xyz:51820",
    "publicKey": "SERVER_PUBLIC_KEY",
    "presharedKey": null,
    "allowedIPs": ["0.0.0.0/0", "::/0"],
    "persistentKeepalive": 0,
    "flagEmoji": "🇮🇳"
  }
]
