forked from remote/site-ffmuc
Use correct ipv4 & ipv6 prefixes
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
site_code = 'ffmuc',
|
||||
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
|
||||
|
||||
prefix4 = '10.80.64.0/16',
|
||||
prefix6 = 'fdef:ffc0:4fff:1:/64',
|
||||
prefix4 = '10.80.64.0/19',
|
||||
prefix6 = 'fdef:ffc0:4fff:1::/64',
|
||||
|
||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
||||
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
||||
|
||||
Reference in New Issue
Block a user