From 292fb5b6fd2b17ac996d60ab6426c5f2a669e06b Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Fri, 15 Aug 2025 15:47:11 +0200 Subject: [PATCH] Use an IPv4 address range suitable for documentation --- config-example.yaml | 2 +- derp-example.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config-example.yaml b/config-example.yaml index 43dbd056..fd6251dd 100644 --- a/config-example.yaml +++ b/config-example.yaml @@ -105,7 +105,7 @@ derp: # For better connection stability (especially when using an Exit-Node and DNS is not working), # it is possible to optionally add the public IPv4 and IPv6 address to the Derp-Map using: - ipv4: 1.2.3.4 + ipv4: 198.51.100.1 ipv6: 2001:db8::1 # List of externally available DERP maps encoded in JSON diff --git a/derp-example.yaml b/derp-example.yaml index 732c4ba0..26cca492 100644 --- a/derp-example.yaml +++ b/derp-example.yaml @@ -7,9 +7,9 @@ regions: nodes: - name: 900a regionid: 900 - hostname: myderp.mydomain.no - ipv4: 123.123.123.123 - ipv6: "2604:a880:400:d1::828:b001" + hostname: myderp.example.com + ipv4: 198.51.100.1 + ipv6: 2001:db8::1 stunport: 0 stunonly: false derpport: 0