Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Don't ban Skype
Browse files Browse the repository at this point in the history
A small guide: how to unban Skype: Remove from "C:\Windows\System32\Drivers\etc\hosts" file the `client-s.gateway.messenger.live.com` line, and Skype will work again.
  • Loading branch information
Wohlstand authored Jul 1, 2019
1 parent 1bdbce0 commit 75daf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DWS/MainDwsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ private void AddToHostsAndFirewall()
"choice.microsoft.com",
"choice.microsoft.com.nsatc.net",
"client.wns.windows.com",
"client-s.gateway.messenger.live.com",
// "client-s.gateway.messenger.live.com", // Needed for Skype lonig. Skype won't login if this banned
"clientconfig.passport.net",
"deploy.static.akamaitechnologies.com",
"device.auth.xboxlive.com",
Expand Down

0 comments on commit 75daf79

Please sign in to comment.