最新版在局域网test不通过 #96
Replies: 1 comment 5 replies
-
你的递归似乎由于网络原因得不到结果,递归失败。建议是减少nat层数,比如使用macvlan模式或者host模式部署,或者单独虚拟机IP。 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
启动命令是
docker run -d --name paopaodns -v /root/paopaodns:/data -e CNAUTO=yes -e IPV6=raw -e USE_MARK_DATA=yes --restart always -p 5353:53/tcp -p 5353:53/udp sliamb/paopaodns:latest
docker exec paopaodns test.sh
-> test start
1704985734
-> test end
1704985735
== debug.sh : docker exec -it paopaodns sh ==
-> debug start
1704985964
-> debug end
1704985976
Beta Was this translation helpful? Give feedback.
All reactions