blob: acf52286780a572904eb819f9d8097b3cebc3725 (
plain)
1
2
3
4
5
6
7
|
{
"relay_overrides": [
{ "hostname": "test1", "ipv4_addr_in": "1.3.3.7" },
{ "hostname": "test2", "ipv6_addr_in": "::1" },
{ "hostname": "test3", "ipv4_addr_in": "1.2.3.4", "ipv6_addr_in": "::1" }
]
}
|