The output from the same dig command on my dig  is 

Code:
--------------------
    
  
  ; <<>> DiG 9.11.3-1ubuntu1.12-Ubuntu <<>> www.bbc.co.uk
  ;; global options: +cmd
  ;; Got answer:
  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10290
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 1
  
  ;; OPT PSEUDOSECTION:
  ; EDNS: version: 0, flags:; udp: 65494
  ;; QUESTION SECTION:
  ;www.bbc.co.uk.                 IN      A
  
  ;; ANSWER SECTION:
  www.bbc.co.uk.          300     IN      CNAME   www.bbc.net.uk.
  www.bbc.net.uk.         299     IN      CNAME   
www.bbc.co.uk.europe-west-1.live-live.gtm-edge.e9fb45cfcc47b85b.xhst.bbci.co.uk.
  
www.bbc.co.uk.europe-west-1.live-live.gtm-edge.e9fb45cfcc47b85b.xhst.bbci.co.uk.
 59 IN CNAME 
gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com.
  gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com. 59 
IN A 52.209.65.137
  gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com. 59 
IN A 52.19.49.142
  gtmlivelive-eu-w-1nlbwwwcouk-7c6a1f5915ac19ed.elb.eu-west-1.amazonaws.com. 59 
IN A 34.255.24.34
  
  ;; Query time: 136 msec
  ;; SERVER: 127.0.0.53#53(127.0.0.53)
  ;; WHEN: Tue Jul 28 06:59:50 IST 2020
  ;; MSG SIZE  rcvd: 291
  
--------------------

I don't know DNS details but outputs are different. 

You dig has no lookup CNAME details so I'm guessing there is something
for "bbc" in a config file.

I'm guessing privoxy is set up to handle DNS and so is returning the BBC
ip address which may be valid for many request but not all.  Other
possibility is your ISP/DNS server is messing with DNS request.  The
"https" gets around this substitution.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109826

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to