mirror of
https://github.com/ffrgb/site-ffrgb.git
synced 2024-12-28 11:21:50 +01:00
Change default domain, remove obsolete 802.11b bands
This commit is contained in:
parent
f0ce2d64f5
commit
8bed703d18
13
site.conf
13
site.conf
@ -2,13 +2,10 @@
|
|||||||
hostname_prefix = '',
|
hostname_prefix = '',
|
||||||
site_name = 'Freifunk Regensburg',
|
site_name = 'Freifunk Regensburg',
|
||||||
site_code = 'ffrgb',
|
site_code = 'ffrgb',
|
||||||
default_domain = 'ffrgb',
|
default_domain = 'ffrgb_cty',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
--[[ old
|
openwrt = 'http://downloads.openwrt.org/snapshots/packages/%A',
|
||||||
openwrt = 'http://downloads.openwrt.org/%n/%v/%S/packages',
|
|
||||||
]]
|
|
||||||
lede = 'http://downloads.lede-project.org/snapshots/packages/%A',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
||||||
@ -18,12 +15,6 @@
|
|||||||
|
|
||||||
regdom = 'DE',
|
regdom = 'DE',
|
||||||
|
|
||||||
wifi24 = {
|
|
||||||
-- disable 802.11b support:
|
|
||||||
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, -- List of supported wifi rates (optional)
|
|
||||||
basic_rate = {6000, 9000, 18000, 36000, 54000}, -- List of basic wifi rates (optional, required if supported_rates is set)
|
|
||||||
},
|
|
||||||
|
|
||||||
mesh_vpn = {
|
mesh_vpn = {
|
||||||
mtu = 1426,
|
mtu = 1426,
|
||||||
fastd = {
|
fastd = {
|
||||||
|
Loading…
Reference in New Issue
Block a user