mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
9720b094ae
This significantly improves config reload behavior and also fixes some corner cases related to running AP + mesh interfaces at the same time. Signed-off-by: Felix Fietkau <nbd@nbd.name>
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
config radius
|
|
option disabled '1'
|
|
option ca_cert '/etc/radius/ca.pem'
|
|
option cert '/etc/radius/cert.pem'
|
|
option key '/etc/radius/key.pem'
|
|
option users '/etc/radius/users'
|
|
option clients '/etc/radius/clients'
|
|
option auth_port '1812'
|
|
option acct_port '1813'
|