summaryrefslogtreecommitdiffhomepage
path: root/docs/patch-examples
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2024-01-08 15:41:37 +0100
committerDavid Lönnhager <david.l@mullvad.net>2024-01-08 16:52:47 +0100
commitad96d229d66b6231632778f7c6be64da6090a410 (patch)
tree800dfef76b428dd17b0a1166c8059b8ecc2b87ef /docs/patch-examples
parent61221666556afa5eb1e0e15c793c6051de1443e8 (diff)
downloadmullvadvpn-ad96d229d66b6231632778f7c6be64da6090a410.tar.xz
mullvadvpn-ad96d229d66b6231632778f7c6be64da6090a410.zip
Add examples of valid patch files
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" }
+ ]
+}