Daryl wrote:I note that the default search engine for Edge is Bing.  No surprise there.
The easy solution is to use Firefox or Chrome...
The issue here is not with the end-user's browser, but with the provider.
Here's what a little bit of sleuthing points up:
1) "myfreeforum.org" supposedly now lives at "cloudflare":
$ dig myfreeforum.org ANY
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.62.rc1.el6_9.4 <<>> myfreeforum.org ANY
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12071
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;myfreeforum.org.		IN	ANY
;; ANSWER SECTION:
myfreeforum.org.	3789	IN	HINFO	"ANY obsoleted" "See draft-ietf-dnsop-refuse-any"
myfreeforum.org.	86317	IN	NS	mira.ns.cloudflare.com.
myfreeforum.org.	86317	IN	NS	cory.ns.cloudflare.com.
   ... dicks ... The ANY query has a purpose [0].
$ dig skirts4men.myfreeforum.org A
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.62.rc1.el6_9.4 <<>> skirts4men.myfreeforum.org A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48713
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;skirts4men.myfreeforum.org.	IN	A
;; ANSWER SECTION:
skirts4men.myfreeforum.org. 169	IN	A	109.169.13.249
$ dig -x 109.169.13.249
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.62.rc1.el6_9.4 <<>> -x 109.169.13.249
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28487
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 5
;; QUESTION SECTION:
;249.13.169.109.in-addr.arpa.	IN	PTR
;; ANSWER SECTION:
249.13.169.109.in-addr.arpa. 10800 IN	PTR	host109-169-13-249.myff.org.
   OK, we've got an IP address for it at least.
2) There's nothing listening at the far end:
$ telnet 109.169.13.249 80
Trying 109.169.13.249...
telnet: connect to address 109.169.13.249: Connection timed out
$ telnet 109.169.13.249 443
Trying 109.169.13.249...
telnet: connect to address 109.169.13.249: Connection timed out
$ ping 109.169.13.249
PING 109.169.13.249 (109.169.13.249) 56(84) bytes of data.
^C
--- 109.169.13.249 ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4862ms
$
   To crib a line from Dr. Leonard "Bones" McCoy of 
Star Trek fame, "It's dead, Jim."
[0] The proposal to "drop DNS ANY requests" 
died on the table at the IETF. Good, but the pinheads at Cloudflare [1] never got the word.
[1] Oh, look 
who authored the stupid thing:
Code: Select all
Network Working Group                                           J. Abley
Internet-Draft                                                 Dyn, Inc.
Updates: 1035 (if approved)                               O. Gudmundsson
Intended status: Standards Track                            M. Majkowski
Expires: August 12, 2017                                 Cloudflare Inc.
                                                       February 08, 2017