You were trying query last.fm as your nameserver with that @ in front of it
just do dig last.fm
what does that respond with.
the @ tells dig to ASK that server or IP for the record after.. For example
dig last.fm
would ask whatever your box is set for dns for the record last.fm
dig @last.fm would ASK last.fm for nothing - so if was a dns server then it would return roots most likely.
drop the @ from your dig last.fm command and what does that return now - and then check if blocked via your browser
So for example duplicated your command but used the opendns IP, which is a dns server
dig @208.67.222.222 ; <<>> DiG 9.8.1-P1 <<>> @208.67.222.222 ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7587 ;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;. IN NS ;; ANSWER SECTION: . 518400 IN NS c.root-servers.net. . 518400 IN NS f.root-servers.net. . 518400 IN NS e.root-servers.net. . 518400 IN NS h.root-servers.net. . 518400 IN NS l.root-servers.net. . 518400 IN NS a.root-servers.net. . 518400 IN NS i.root-servers.net. . 518400 IN NS b.root-servers.net. . 518400 IN NS m.root-servers.net. . 518400 IN NS d.root-servers.net. . 518400 IN NS j.root-servers.net. . 518400 IN NS g.root-servers.net. . 518400 IN NS k.root-servers.net. ;; Query time: 81 msec ;; SERVER: 208.67.222.222#53(208.67.222.222) ;; WHEN: Wed Nov 14 11:06:32 2012 ;; MSG SIZE rcvd: 228
problem is when your last command that last.fm is NOT a nameserver
; <<>> DiG 9.8.1-P1 <<>> @ns1.cbsig.net last.fm ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62032 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;last.fm. IN A ;; ANSWER SECTION: last.fm. 3600 IN A 195.24.232.203 ;; AUTHORITY SECTION: last.fm. 259200 IN NS ns1.cbsig.net. last.fm. 259200 IN NS ns5.cbsig.net. last.fm. 259200 IN NS ns2.cbsig.net. last.fm. 259200 IN NS ns4.cbsig.net. ;; ADDITIONAL SECTION: ns1.cbsig.net. 604800 IN A 170.20.0.16 ns2.cbsig.net. 604800 IN A 170.20.0.17 ns4.cbsig.net. 604800 IN A 64.30.236.14 ns5.cbsig.net. 604800 IN A 64.30.236.15 ;; Query time: 39 msec ;; SERVER: 170.20.0.16#53(170.20.0.16) ;; WHEN: Wed Nov 14 11:09:26 2012 ;; MSG SIZE rcvd: 186
ns1 - ns5.cbsig.net are the authoritative servers for last.fm domain.














