Browse Source

update template.conf

- fix openwrt mirror
- remove HE IPv6 prefix and set FFRL IPv6 prefix as main prefix
Karsten Böddeker 7 years ago
parent
commit
423573df2a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      extra/template.conf

+ 3 - 3
extra/template.conf

@@ -14,10 +14,10 @@
 
 	-- v4 and v6 prefixes in which nodes+clients might get an IP
 	prefix4 = '10.132.0.0/19',
-	prefix6 = 'fdca:ffee:ff12:132::/64',
+	prefix6 = '2a03:2260:2342:0::/64',
 
 	-- extra ipv6 prefixes used in this mesh area
-	additional_prefix6 = { '2001:470:6d:860::/64', '2a03:2260:2342::/64', },
+	additional_prefix6 = {'fdca:ffee:ff12:132::/64'},
 
 	-- timezone
 	timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
@@ -27,7 +27,7 @@
 
 	-- OpenWRT Package Repository (IPv6 capable)
 	opkg = {
-		openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
+		openwrt = 'http://firmware.srv.in.ffho.net/openwrt/%n/%v/%S/packages',
 		extra = {
 			modules = 'http://firmware.srv.in.ffho.net/%GR/modules/%S',
 		},