DNSAgent
DNSAgent copied to clipboard
Issue with IE11 on windows 10
Hello everyone
I have a server running locally on port 3000.
I am using the following config in rules.cfg file
[ { "Pattern": "^(.*)\\.heyjobs\\.localhost$", "Address": "0.0.0.0" } ]
I have updated my dns server ip to 127.0.0.1
On chrome it works if I go to the url: http://recruiter.heyjobs.localhost:3000 But it doesn't open this url in IE11.
Did anyone else face this issue?