forked from remote/site-ffmuc
fixed the autoupdater and added the corresponding mirrors
This commit is contained in:
57
site.conf
57
site.conf
@@ -139,28 +139,47 @@
|
|||||||
name: name of the branch
|
name: name of the branch
|
||||||
mirrors: comma separated ipv6 based mirror-servers to access the firmware image
|
mirrors: comma separated ipv6 based mirror-servers to access the firmware image
|
||||||
good_signatures: number of at leased good signatures signed by the authors of the firmware
|
good_signatures: number of at leased good signatures signed by the authors of the firmware
|
||||||
pubkeys: public keys of the authors of the firmware image]]
|
pubkeys: public keys of the authors of the firmware image ]]
|
||||||
|
|
||||||
autoupdater = {
|
autoupdater = {
|
||||||
enabled = 0,
|
enabled = 1,
|
||||||
branch = 'stable',
|
branch = 'experimental',
|
||||||
branches = {
|
branches = {
|
||||||
stable = {
|
stable = {
|
||||||
name = 'stable',
|
name = 'stable',
|
||||||
mirrors = {
|
mirrors = {
|
||||||
'http://37.120.168.150/firmware/stable/sysupgrade/',
|
'http://[fdef:ffc0:4fff::11]/firmware/stable/sysupgrade/',
|
||||||
|
'http://[fdef:ffc0:4fff::12]/firmware/stable/sysupgrade/',
|
||||||
},
|
'http://[fdef:ffc0:4fff::13]/firmware/stable/sysupgrade/',
|
||||||
probability = 0.08,
|
},
|
||||||
good_signatures = 1,
|
probability = 0.08,
|
||||||
pubkeys = {
|
good_signatures = 1,
|
||||||
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
|
pubkeys = {
|
||||||
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
|
||||||
},
|
--[[ '8d16e1b88bcac28b493d6eadbce97bd223a65b3282a533c1f15f4b616b0d732a', -- BenBE ]]
|
||||||
},
|
--[[ 'ee6ffe0fd4cada0358204c4f62a80d859478e7f12982068d65e48ed0a37a4fea', -- e-chb ]]
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
experimental = {
|
||||||
|
name = 'experimental',
|
||||||
|
mirrors = {
|
||||||
|
'http://[fdef:ffc0:4fff::11]/firmware/experimental/sysupgrade/',
|
||||||
|
'http://[fdef:ffc0:4fff::12]/firmware/experimental/sysupgrade/',
|
||||||
|
'http://[fdef:ffc0:4fff::13]/firmware/experimental/sysupgrade/',
|
||||||
|
},
|
||||||
|
probability = 0.1,
|
||||||
|
good_signatures = 1,
|
||||||
|
pubkeys = {
|
||||||
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- public key von Ole
|
||||||
|
--[[ '8d16e1b88bcac28b493d6eadbce97bd223a65b3282a533c1f15f4b616b0d732a', -- BenBE ]]
|
||||||
|
--[[ 'ee6ffe0fd4cada0358204c4f62a80d859478e7f12982068d65e48ed0a37a4fea', -- e-chb ]]
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
--[[ Simple TC settings to limit the bandwidth of the vpn-uplink
|
--[[ Simple TC settings to limit the bandwidth of the vpn-uplink
|
||||||
mesh_vpn:
|
mesh_vpn:
|
||||||
sub
|
sub
|
||||||
|
|||||||
Reference in New Issue
Block a user