Un-block domain causing issue with Windows (#181)

The two domain proposing to be unblock solve issue with Windows thinking it doesn't have internet (#180) and can't logging into live apps.
pull/183/head
Duy Nguyen 6 years ago committed by Alex Hirsch
parent 8fbd2f23a9
commit f347875f56

@ -140,7 +140,7 @@ $domains = @(
"www.msftncsi.com"
"client.wns.windows.com"
"wdcp.microsoft.com"
"dns.msftncsi.com"
# "dns.msftncsi.com" # This causes Windows to think it doesn't have internet
#"storeedgefd.dsx.mp.microsoft.com" # breaks Windows Store
"wdcpalt.microsoft.com"
"settings-ssl.xboxlive.com"
@ -189,7 +189,7 @@ $domains = @(
# can cause issues with Skype (#79) or other services (#171)
"apps.skype.com"
"c.msn.com"
"login.live.com"
# "login.live.com" Can't login to outlook and other live apps
"pricelist.skype.com"
"s.gateway.messenger.live.com"
"ui.skype.com"

Loading…
Cancel
Save