birdy1930 / Unbound

Last active 3 months ago

Like 0

birdy1930 revised this gist 2 years ago · a9a0a66

1 file changed, 6 insertions

Unbound (file created)
@@ -0,0 +1,6 @@
1 + docker run -d \
2 + --name=unbound \
3 + -p 54:53/tcp \
4 + -p 54:53/udp \
5 + --restart=unless-stopped \
6 + klutchell/unbound