最后活跃于 1708009086

birdy1930 修订了这个 Gist 1708009086. 转到此修订

1 file changed, 6 insertions

Unbound(文件已创建)

@@ -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
上一页 下一页