Browse Source

domain name resolution for nextnode has changed

Karsten Böddeker 6 years ago
parent
commit
0cf8086e8a
2 changed files with 1 additions and 4 deletions
  1. 1 0
      domain.tmpl
  2. 0 4
      site.conf

+ 1 - 0
domain.tmpl

@@ -40,6 +40,7 @@
 	next_node = {
 		ip4 = '%N4',
 		ip6 = '2a03:2260:2342:%V6::1',
+		name = {'node.ffho.net', 'node.%DN.ffho.net', 'node.%MI.ffho.net', 'nextnode'},
 
 		-- mac address, must be unique in the client network
 		-- (usually, you don't need to change this)

+ 0 - 4
site.conf

@@ -47,10 +47,6 @@
 		},
 	},
 
-	next_node = {
-		name = 'node.ffho.net',
-	},
-
 	mesh_vpn = {
 		-- the maximum transfer unit
 		mtu = 1406,