mirror of
https://github.com/Monadical-SAS/network-filter.git
synced 2025-12-20 20:29:06 +00:00
feat: add ENABLE_DOCKER_DNS env var for service discovery
Adds configurable Docker embedded DNS (127.0.0.11) passthrough for container service name resolution. Enabled by default to support typical Docker Compose use cases.
This commit is contained in:
@@ -46,6 +46,7 @@ services:
|
||||
|---------------------|-------------|---------|
|
||||
| `ALLOWED_DOMAINS` | Comma-separated list of allowed domains with optional port specifications | (none - required) |
|
||||
| `DNS_SERVERS` | Comma-separated list of upstream DNS servers | `8.8.8.8,8.8.4.4` |
|
||||
| `ENABLE_DOCKER_DNS` | Enable Docker embedded DNS (127.0.0.11) for service discovery | `true` |
|
||||
| `RUN_SELFTEST` | Run connectivity tests on startup | `false` |
|
||||
|
||||
### Domain and port specification
|
||||
|
||||
Reference in New Issue
Block a user