Files
radius/radiuscontroller/raddb/clients.conf
T
Tygozwolle fd133bf9f3
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 4m12s
feat: add FreeRADIUS configuration and containerization support with PostgreSQL integration
2026-07-24 12:58:07 +02:00

12 lines
170 B
Plaintext

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
}