33 lines
444 B
Plaintext
33 lines
444 B
Plaintext
|
|
# CoreDNS Configuration for Provisioning Platform
|
||
|
|
# Provides local DNS resolution for services
|
||
|
|
|
||
|
|
.:5353 {
|
||
|
|
# Forward to upstream DNS
|
||
|
|
forward . 8.8.8.8 8.8.4.4
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
log
|
||
|
|
|
||
|
|
# Error handling
|
||
|
|
errors
|
||
|
|
|
||
|
|
# Cache
|
||
|
|
cache 30
|
||
|
|
}
|
||
|
|
|
||
|
|
provisioning.local:5353 {
|
||
|
|
# Local zone file
|
||
|
|
file /zones/provisioning.zone
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
log
|
||
|
|
|
||
|
|
# Error handling
|
||
|
|
errors
|
||
|
|
}
|
||
|
|
|
||
|
|
# Health check zone
|
||
|
|
health.check:5353 {
|
||
|
|
whoami
|
||
|
|
}
|