From 8b248a80d26cacd68abaea99d47f778a004af5a6 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Mon, 19 May 2014 09:14:39 +0200 Subject: [PATCH] Convert comments to lua format in site.conf --- site.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/site.conf b/site.conf index 8873320..725b707 100644 --- a/site.conf +++ b/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 }, }, },