summaryrefslogtreecommitdiffhomepage
path: root/docs/patch-examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/patch-examples')
-rw-r--r--docs/patch-examples/override-relay-ips.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/patch-examples/override-relay-ips.json b/docs/patch-examples/override-relay-ips.json
new file mode 100644
index 0000000000..acf5228678
--- /dev/null
+++ b/docs/patch-examples/override-relay-ips.json
@@ -0,0 +1,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" }
+ ]
+}