Sign inSign up

mfaltys/nsproxy

By mfaltys

Updated about 10 years ago

NS proxy written in go

Image
0

1.8K

mfaltys/nsproxy repository overview

Dockerfile

FROM scratch

ADD /rootfs.tar.gz /
COPY /nsproxy /nsproxy
COPY /remotemanager /remotemanager

CMD ["/nsproxy", "-chain"]

Run command

$ docker run -dp 53:53 -p 8054:8054 mfaltys/nsproxy

This will start the NS proxy on port 53, and the remote management server on 8054

Valid requests looks like:

dig @localhost docker.com A

This abides RFC standards for DNS so this proxy can be used for all IPv4 resolving tasks.

Tag summary

Content type

Image

Digest

sha256:0692b8778

Size

3.6 MB

Last updated

about 10 years ago

docker pull mfaltys/nsproxy