Files
radius/radiuscontroller/raddb/clients.conf
T

12 lines
170 B
Plaintext
Raw Normal View History

client localhost {
ipaddr = 127.0.0.1
secret = testing123
shortname = localhost
}
client local_net {
ipaddr = 0.0.0.0/0
secret = radpass
shortname = all_clients
}