Compare commits
3 Commits
55deaf16bb
...
600e332ec2
| Author | SHA1 | Date | |
|---|---|---|---|
| 600e332ec2 | |||
| a5805cfa20 | |||
| ace2eacefa |
@@ -2,6 +2,14 @@ packages {
|
||||
'gluon-authorized-keys',
|
||||
'iperf3',
|
||||
'iwinfo',
|
||||
'prometheus-node-exporter-lua',
|
||||
'prometheus-node-exporter-lua-hostapd_stations',
|
||||
'prometheus-node-exporter-lua-hostapd_ubus_stations',
|
||||
'prometheus-node-exporter-lua-nat_traffic',
|
||||
'prometheus-node-exporter-lua-netstat',
|
||||
'prometheus-node-exporter-lua-textfile',
|
||||
'prometheus-node-exporter-lua-wifi',
|
||||
'prometheus-node-exporter-lua-wifi_stations',
|
||||
}
|
||||
|
||||
features {
|
||||
@@ -12,6 +20,7 @@ features {
|
||||
'mesh-batman-adv-15',
|
||||
'mesh-vpn-fastd',
|
||||
'respondd',
|
||||
'tls',
|
||||
'status-page',
|
||||
'web-advanced',
|
||||
'web-wizard'
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
-- Timezone of your community.
|
||||
-- See https://openwrt.org/docs/guide-user/base-system/system_configuration#time_zones
|
||||
timezone = 'CEST5EDT,M3.2.0,M11.1.0',
|
||||
timezone = 'EST5EDT,M3.2.0,M11.1.0',
|
||||
|
||||
-- List of NTP servers in your community.
|
||||
-- Must be reachable using IPv6!
|
||||
@@ -44,11 +44,11 @@
|
||||
|
||||
-- ESSIDs used for client network.
|
||||
ap = {
|
||||
-- ssid = 'newportmesh.org', (optional - SSID for open client network)
|
||||
-- ssid = 'Newport Downtown WiFi', (optional - SSID for open client network)
|
||||
-- disabled = true, -- (optional)
|
||||
|
||||
-- Configuration for a backward compatible OWE network below.
|
||||
owe_ssid = 'newportmesh.org', -- (optional - SSID for OWE client network)
|
||||
owe_ssid = 'Newport Downtown WiFi', -- (optional - SSID for OWE client network)
|
||||
-- owe_transition_mode = true, -- (optional - enables transition-mode - requires ssid as well as owe_ssid)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user