Files
Tygozwolle 574bcbe69a
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m13s
feat: add FreeRADIUS client configuration, environment-based secret management, and custom entrypoint script
2026-07-24 14:53:01 +02:00

18 lines
255 B
Plaintext

client localhost {
ipaddr = 127.0.0.1
secret = radpass
shortname = localhost
}
client local_net {
ipaddr = 0.0.0.0/0
secret = radpass
shortname = all_clients
}
client local_net_v6 {
ipv6addr = ::/0
secret = radpass
shortname = all_clients_v6
}