Martineau
Part of the Furniture
So if you stopI've made some research whitelisting monster.com in Slynet and disabling it at all. No result. Seems unbound fails to ressolve the host for some reason.
unbound
, can you successfully dig monster.com
?e.g.
Code:
dig monster.com
; <<>> DiG 9.17.13 <<>> monster.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26821
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;monster.com. IN A
;; ANSWER SECTION:
monster.com. 300 IN A 208.71.193.147
;; Query time: 80 msec
;; SERVER: 127.0.0.1#53(127.0.0.1) (UDP)
;; WHEN: Mon Dec 06 15:07:21 UTC 2021
;; MSG SIZE rcvd: 56
unbound
Code:
um
+======================================================================+
| Welcome to the unbound Manager/Installation script (Asuswrt-Merlin) |
| |
| Version 3.23bC by Martineau |
| |
+======================================================================+
Warning unbound not running!! - Config last loaded info: # Version=v1.13 Martineau update (Date Loaded by unbound_manager Sun Nov 21 10:44:42 GMT 2021)
i = Update unbound and configuration ('/opt/var/lib/unbound/')
z = Remove unbound/unbound_manager v = View ('/opt/var/lib/unbound/') unbound Configuration (vx=Edit;vh=help)
3 = Advanced Tools rl = Reload Configuration (Doesn't halt unbound) e.g. 'rl test1[.conf]' (Recovery use 'rl reset/user')
? = About Configuration
rs = Restart (or Start) unbound (use 'rs nocache' to flush cache)
e = Exit Script [?]
A:Option ==> rs
15:07:47 Checking 'unbound.conf' etc. for valid Syntax.....
15:07:47 Requesting unbound (S61unbound) restart.....
Starting unbound... done.
15:07:49 Checking status, please wait.....
15:07:58 Restoring unbound cache from '/opt/share/unbound/configs/cache.txt' (2021-12-06 15:07:08) msg.cache=2682/2678 rrset.cache=7724/7722
15:07:58 unbound OK
unbound (pid 19782) is running... uptime: 0 Days, 00:00:12 version: 1.13.2 # Version=v1.13 Martineau update (Date Loaded by unbound_manager Mon Dec 6 15:07:48 GMT 2021)
can you issue the 'dig' request within
unbound_manager
?
Code:
e = Exit Script [?]
A:Option ==> dig monster.com
; <<>> DiG 9.17.13 <<>> txt monster.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57957
;; flags: qr rd ra; QUERY: 1, ANSWER: 12, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;monster.com. IN TXT
;; ANSWER SECTION:
monster.com. 1200 IN TXT "ciscocidomainverification=460719eb94004fbc3ffceb58ee7a94d0e45e14d1d224b3f193f0d122a6bdfbae"
monster.com. 14400 IN TXT "atlassian-domain-verification=bKSyyEicgY0Nu7x4asJ5ja9ueF/q8H55gAcyMZfz2XKzDvu5sZaC96LCfSoibq82"
monster.com. 1200 IN TXT "onetrust-domain-verification=0ec2972887414a679d57a96ccc29b5b0"
monster.com. 1200 IN TXT "v=spf1 include:spf.monster.com include:partner_spf.monster.com -all"
monster.com. 3600 IN TXT "MS=ms50474575"
monster.com. 1200 IN TXT "google-site-verification=zXNA4jzGldUrb4WTfbWVyylyVgZRuVjpzS94ul_sr4g"
monster.com. 1200 IN TXT "google-site-verification=rRq11A1dCsb5_qBT_3Fs9Sag5f8Wm5t58e05wQAESa0"
monster.com. 1200 IN TXT "adobe-idp-site-verification=7452b219-e19d-43c7-b5fb-a381f17b01e6"
monster.com. 1200 IN TXT "GOytBs9lVe7A6ONbpEz1H+ouv1k8wnclMo3W48PX7mnZBaxXqJpJxTR5cdRPkUnunTbWui64V/PCEOOZDZsEXg=="
monster.com. 1200 IN TXT "facebook-domain-verification=nxqqu1usearteri105exfg33t1yyos"
monster.com. 1200 IN TXT "webexdomainverification.=d6c0c09e-1efb-4b83-ac2c-c8b15118cc48"
monster.com. 1200 IN TXT "google-site-verification=ecvdyQLuC440qHVOKlQG9McMXmlqn5oJzuskNAFssDk"
;; Query time: 220 msec
;; SERVER: 127.0.0.1#53(127.0.0.1) (UDP)
;; WHEN: Mon Dec 06 15:08:16 UTC 2021
;; MSG SIZE rcvd: 997
; <<>> DiG 9.17.13 <<>> monster.com @127.0.0.1 -p 53535
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62030
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1472
;; QUESTION SECTION:
;monster.com. IN A
;; ANSWER SECTION:
monster.com. 1200 IN A 208.71.193.147
;; Query time: 80 msec
;; SERVER: 127.0.0.1#53535(127.0.0.1) (UDP)
;; WHEN: Mon Dec 06 15:08:16 UTC 2021
;; MSG SIZE rcvd: 56
Last edited: