
The Webinterface from Fritz.nas looks crippled(no picture or so and says that i must enable js).
and what means that

Code: Select all
noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r) {msg.push(h+":"+ r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
Spock wrote:what means that?
Code: Select all
Site LOCAL
Allow from .fritz.box .fritz.nas
Code: Select all
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Allow from .fritz.box .fritz.nas
Site LOCAL
Accept from LOCAL
Deny
But it works.line 3:1 no viable alternative at character 'l'
They use both the same ipv4 and ipv6.Giorgio Maone wrote:What do "fritz.box" and "fritz.nas" resolve to?
I suspect they resolve to multiple addresses, some internal and some external.
Could you run the following script in Tools|Error Console and tell me its output:
Fehler: noscriptOverlay is not defined
Quelldatei: javascript:%20noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r)%20{msg.push(h+":"+%20r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
Zeile: 1
Code: Select all
Site LOCAL
Accept from .fritz.box .fritz.nas
Code: Select all
top.opener.noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r) {msg.push(h+":"+ r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
Warnung: assignment to undeclared variable msg
Quelldatei: javascript:%20top.opener.noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r)%20{msg.push(h+":"+%20r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
Zeile: 1
Fehler: DNS is not defined
Quelldatei: javascript:%20top.opener.noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r)%20{msg.push(h+":"+%20r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
Zeile: 1
Code: Select all
DNS=top.opener.noscriptOverlay.ns.__parent__.DNS;msg=[];["fritz.box","fritz.nas"].forEach(function(h){DNS.resolve(h,0,function(r) {msg.push(h+":"+ r.entries.toSource());if(msg.length==2)alert(msg.join("\n\n"))})})
or i add an exception with ".avm.de toSite LOCAL
Accept from LOCAL
Deny
But it also would be nice if i am informed that one site tried this.Site LOCAL
Accept from .fritz.box .fritz.nas .fritz.box:81
Sorry my english is not the Besttherube wrote:How about a simple English explanation of what you just said.