openwrt,按照
https://github.com/LazyZhu/ChinaDNS/tree/record 上的方法配置后
填好了被污染IP和国内路由表,配置好了的DNS转发,但执行dig @
192.168.1.1
www.youtube.com -p5353 返回的是
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached
如果执行dig @
8.8.8.
www.youtube.com,则返回
; <<>> DiG 9.8.3-P1 <<>> @
8.8.8.8
www.youtube.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43833
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.youtube.com. IN A
;; ANSWER SECTION:
www.youtube.com. 3263 IN A 78.16.49.15
;; Query time: 88 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue May 19 12:59:15 2015
;; MSG SIZE rcvd: 64
但是却无法打开youtube
请教哪部分出问题了?