primeiro commit

This commit is contained in:
2026-06-18 22:32:42 -03:00
commit 968f4ef5d9
25 changed files with 3222 additions and 0 deletions

17
config.example.yaml Normal file
View File

@@ -0,0 +1,17 @@
addr: ":8080"
pdns_api_url: "http://localhost:8081"
pdns_api_key: "secret"
pdns_server_id: "localhost"
auth:
disabled: false
ldap:
url: ldap://ldap.example.com:389
start_tls: true
insecure_skip_verify: false
bind_dn: cn=dashboard-reader,ou=service,dc=example,dc=com
bind_password: change-me
user_base_dn: ou=users,dc=example,dc=com
username_attribute: uid
user_filter: "({username_attribute}={username})"
group_base_dn: ou=groups,dc=example,dc=com
group_filter: "(&(objectClass=groupOfNames)(|(cn=pdns-users)(cn=pdns-admins))(member={user_dn}))"