{
"inbounds": [
{
"port": 替换端口,
"listen":"127.0.0.1",
"protocol": "vmess",
"settings": {
"clients": [
{
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
import os | |
import sys | |
from pathlib import Path | |
def main(): | |
# 获取系统驱动器 | |
system_drive = os.environ.get('SYSTEMDRIVE', 'C:') | |
# 配置文件路径 |
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
https://doh.pub/dns-query | |
https://120.53.53.53/dns-query | |
https://doh.360.cn/dns-query | |
https://1.12.12.12/dns-query | |
https://dns.pub/dns-query | |
https://dns.alidns.com/dns-query | |
https://dns10.quad9.net:443/dns-query | |
https://doh.opendns.com/dns-query | |
https://dns.cloudflare.com/dns-query | |
tls://dns.pub |
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
@echo off | |
netsh winsock reset | |
ipconfig/flushdns | |
netsh int ip reset | |
echo. | |
@echo #127.0.0.1 localhost > %SystemRoot%\System32\drivers\etc\hosts | |
echo. | |
netsh interface ip set address name="WLAN" dhcp | |
netsh interface ip set dns name="WLAN" dhcp | |
netsh interface ip set address name="Ethernet" dhcp |
- 外网访问能力
- MIUI EU首次设置一定会设置Google Service, 推荐用无线局域网代理功能搞定
- MIUI EU适配机型的系统包
- https://xiaomi.eu / 大概2GB左右(201906) 需要你有外网访问能力 注意校验hash或者MD5
- TWRP 最新版本
- http://twrp.me / 大概50M左右(201906) 需要你有外网访问能力 注意校验hash或者MD5
- Magisk 18.1
- 如果你要用Tachi 目前推荐使用18.1 Stable 版本 ,曾在其他机型上测试了最新的稳定版19.x 无法使用.