Created
August 19, 2026 07:49
-
-
Save hanrw/3753c0109f5f1cc563006da3916b278d to your computer and use it in GitHub Desktop.
MS teams proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Proxy list | |
| Minimum to get through sign-in: | |
| proxies: | |
| - name: "MyProxy" | |
| type: socks5 | |
| server: 1.2.3.4 | |
| port: 1080 | |
| username: user | |
| password: pass | |
| rules: | |
| - DOMAIN-SUFFIX,login.live.com,DIRECT | |
| - DOMAIN-SUFFIX,login.microsoftonline.com,DIRECT | |
| - DOMAIN-SUFFIX,teams.live.com,DIRECT | |
| - DOMAIN-SUFFIX,config.edge.skype.com,DIRECT | |
| - DOMAIN-SUFFIX,statics.teams.cdn.live.net,DIRECT | |
| - DOMAIN-SUFFIX,tflteams.public.onecdn.static.microsoft,DIRECT | |
| - MATCH,MyProxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment