Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
app/dns: failed to retrieve response > Post "https://dns.cloudflare.com/dns-query":
#1
same issue solved by

代码:
Code:
iptables -A OUTPUT  -p udp --dport 53 -j ACCEPT
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -m state --state INVALID -j DROP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)