Convert comments to lua format in site.conf
This commit is contained in:
parent
aee30a8597
commit
8b248a80d2
18
site.conf
18
site.conf
|
@ -6,10 +6,10 @@
|
|||
prefix4 = '10.196.0.0/20',
|
||||
prefix6 = 'fd2f:5119:0f2c::/64',
|
||||
|
||||
mesh_domains = [ 'ffhb', '196.10.in-addr.arpa', 'c.2.f.0.9.1.1.5.f.2.d.f.ip6.arpa' ],
|
||||
mesh_domains = { 'ffhb', '196.10.in-addr.arpa', 'c.2.f.0.9.1.1.5.f.2.d.f.ip6.arpa' },
|
||||
|
||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', # Europe/Berlin
|
||||
ntp_servers = ['1.ntp.services.ffhb'],
|
||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
||||
ntp_servers = { '1.ntp.services.ffhb' },
|
||||
regdom = 'DE',
|
||||
|
||||
wifi24 = {
|
||||
|
@ -63,7 +63,7 @@
|
|||
probability = 1,
|
||||
good_signatures = 1,
|
||||
pubkeys = {
|
||||
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', # autobuilder
|
||||
'4bc6c2c3f36f984a9c370558a453d8a91933323679dd6dbbf6568834133a6030', -- autobuilder
|
||||
},
|
||||
},
|
||||
testing = {
|
||||
|
@ -72,18 +72,18 @@
|
|||
probability = 0.5,
|
||||
good_signatures = 1,
|
||||
pubkeys = {
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', # jplitza
|
||||
'159ff7cdf2646f027bf8f901f8bd950cc3feca9ac13e29b70c57e162f7dafb1f', # mortzu
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||
'159ff7cdf2646f027bf8f901f8bd950cc3feca9ac13e29b70c57e162f7dafb1f', -- mortzu
|
||||
},
|
||||
},
|
||||
stable = {
|
||||
name = 'stable',
|
||||
mirrors = {'http://[fd2f:5119:0f2c::1]/firmware/stable/sysupgrade', 'http://[fd2f:5119:0f2c::2]/firmware/stable/sysupgrade'},
|
||||
probability = 0.08, # mean time until update: ~12.5 hours (1/0.08)
|
||||
probability = 0.08, -- mean time until update: ~12.5 hours (1/0.08)
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', # jplitza
|
||||
'159ff7cdf2646f027bf8f901f8bd950cc3feca9ac13e29b70c57e162f7dafb1f', # mortzu
|
||||
'c3e3f0486664e4ae692fa8d773038eb7347b8ea1cd1cb670b33eff980ad65d62', -- jplitza
|
||||
'159ff7cdf2646f027bf8f901f8bd950cc3feca9ac13e29b70c57e162f7dafb1f', -- mortzu
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue