summaryrefslogtreecommitdiffhomepage
path: root/docs/patch-examples
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-01-08 16:53:26 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-01-08 16:53:26 +0100
commit63aa10fefc87e0a37bc482cccaaa56b14a2fbc59 (patch)
tree761cc8d732e9d36d623965c215870136a5189526 /docs/patch-examples
parent4d33d452feaec4c82f134803c152486282ad36c8 (diff)
parent167e9a9a1f4d856e034fee55cad01065e24c427f (diff)
downloadmullvadvpn-63aa10fefc87e0a37bc482cccaaa56b14a2fbc59.tar.xz
mullvadvpn-63aa10fefc87e0a37bc482cccaaa56b14a2fbc59.zip
Merge branch 'doc-settings-patch'
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" }
+ ]
+}