Created
August 19, 2020 14:54
-
-
Save updateing/c003680c573db7ae1e091a75ee7458bb to your computer and use it in GitHub Desktop.
fake-ip-filter for Xbox consoles
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
dns: | |
enable: true | |
listen: 0.0.0.0:53 | |
default-nameserver: | |
- 192.168.1.1 | |
enhanced-mode: fake-ip | |
fake-ip-filter: | |
- 'xncsi.xboxlive.com' | |
- 'xncsi.xboxlive.cn' | |
- '*.msftconnecttest.com' | |
- '*.msftncsi.com' | |
- 'xbox.ipv6.microsoft.com' | |
- 'x1ds.xboxlive.com' | |
nameserver: | |
- 192.168.1.1 | |
- 223.5.5.5 | |
- tls://115.29.235.168 | |
- tls://dns.rubyfish.cn | |
experimental: | |
ignore-resolve-fail: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment