Replies: 2 comments 3 replies
-
安装的参数如下: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pao:~# docker exec paopaodns test.sh
images build time : 2024-03-17 02:18:17 UTC
check for the latest version ,
go to https://github.com/kkkgo/PaoPaoDNS/discussions
-> test start
1711075102
-> test end
1711075102
pao:~# docker exec paopaodns debug.sh
== debug.sh : docker exec -it paopaodns sh ==
-> debug start
1711075161
-> debug end
1711075169
然后运行nslookup得到如下结果:
pao:~# nslookup -type=TXT whoami.ds.akahelp.net 192.168.118.144
Server: 192.168.118.144
Address: 192.168.118.144:53
Non-authoritative answer:
whoami.ds.akahelp.net text = "ecs"
whoami.ds.akahelp.net text = "ip"
whoami.ds.akahelp.net text = "ns"
如果换一台同局域网的机器运行这个命令,得到了一个陌生的ip:
C:\Users\max>nslookup -type=TXT whoami.ds.akahelp.net 192.168.118.144
服务器: UnKnown
Address: 192.168.118.144
非权威应答:
whoami.ds.akahelp.net text =
whoami.ds.akahelp.net text =
whoami.ds.akahelp.net text =
106.52.230.148,并不是我本机的出口ip,求大神知道。
Beta Was this translation helpful? Give feedback.
All reactions