Don't use real hostnames in the example.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 27 Mar 2014 21:54:40 +0000 (22:54 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 27 Mar 2014 21:54:40 +0000 (22:54 +0100)
examples/zeroconf-ip-and-dns.mdwn

index f87ef70..7291bab 100644 (file)
@@ -45,7 +45,7 @@ You can manually ask for a preferred IP when calling `avahi-autoipd` by appendin
 
 ### Example configuration:
 
-In my configuration I have a PC everything connects to (alarmpi, reachable at LAN address 192.168.1.12 and public address alarmpi.xyz.com), and a laptop and a phone that can access it.
+In my configuration I have a PC everything connects to (alarmpi, reachable at LAN address 192.168.1.12 and public address alarmpi.example.com), and a laptop and a phone that can access it.
 
 Alarmpi's `tinc.conf`:
 
@@ -72,7 +72,7 @@ Every node has the same `tinc-up:`
 `hosts/alarmpi`:
 
        Address = 192.168.1.12
-       Address = alarmpi.xyz.com
+       Address = alarmpi.example.com
        
        -----BEGIN RSA PUBLIC KEY-----
        snip