18 lines
275 B
YAML
18 lines
275 B
YAML
|
---
|
||
|
radiusd__guest_vlan: 1000
|
||
|
|
||
|
radiusd__clients:
|
||
|
localhost:
|
||
|
addr: 127.0.0.1
|
||
|
secret: abcdef
|
||
|
type: aurore
|
||
|
wifi-ap-v4:
|
||
|
addr: 10.102.0.0/16
|
||
|
secret: abcdef
|
||
|
type: aurore
|
||
|
wifi-ap-v6:
|
||
|
addr: 2a09:6840:102::/56
|
||
|
secret: abcdef
|
||
|
type: aurore
|
||
|
...
|