dns-proxy-server icon indicating copy to clipboard operation
dns-proxy-server copied to clipboard

Solve your DNS hosts from your docker containers, then from your local configuration, then from internet

Results 132 dns-proxy-server issues
Sort by recently updated
recently updated
newest added

### What is Happening * DPS is running * For some reason, a container is missing (don't ask me why, I don't know) * DPS crashes, with this kind of...

### What is Happening * Crash on startup, following doc example * Use systemd-resolved on Ubuntu 18.04 Bionic ### What is expected For the container to work ### Steps to...

### What is expected Be able to provide a `HOSTNAMES=subdomain.*.domain.tld` env variable to a container on a network with a DPS container and have DPS match `subdomain.some.domain.tld`, `subdomain.other.domain.tld`, `subdomain.mid-level.domain.tld`, `subdomain.subdomain.domain.tld`,...

### What is Happening Without DPS: ``` % docker run --rm -it alpine nslookup docker.io […] Non-authoritative answer: Name: docker.io Address: 34.206.129.162 Name: docker.io Address: 54.145.113.149 […] % docker run...

I think it would be nice if we could configure this using YAML instead of JSON. JSON often becomes messy when editing via SSH on a remote server somewhere, whereas...

feature

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

### What is expected It would be nice if we could specify type AAAA entries, to make the dns server resolve hostnames to ipv6 addresses. ### What is Happening Right...

### What is Happening WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:219: exec user process caused: exec...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

### What is Happening dps can't resolve `host.docker` and error occurs. ### Steps to Reproduce ~~~ docker run --rm --hostname dns.mageddo --name dns-proxy-server -p 5380:5380 \ -v /opt/dns-proxy-server/conf:/app/conf \ -v...

triage