feat: add FreeRADIUS client configuration, environment-based secret management, and custom entrypoint script
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m13s
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m13s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
client localhost {
|
||||
ipaddr = 127.0.0.1
|
||||
secret = testing123
|
||||
secret = radpass
|
||||
shortname = localhost
|
||||
}
|
||||
|
||||
@@ -9,3 +9,9 @@ client local_net {
|
||||
secret = radpass
|
||||
shortname = all_clients
|
||||
}
|
||||
|
||||
client local_net_v6 {
|
||||
ipv6addr = ::/0
|
||||
secret = radpass
|
||||
shortname = all_clients_v6
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user