Last active 1708009086

birdy1930 revised this gist 1708009086. Go to revision

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
Newer Older