Muxun_programs/python/settings.json
Galaxy 907bd5af0e mx init
the muxun is not operated by git,now init
2025-11-09 20:06:06 +08:00

14 lines
335 B
JSON

{
"local_port": 21292,
"tun_settings": {
"tun2socks_path": "C:/Users/Galaxy/PycharmProjects/MuXunGUI/tun2socks.exe",
"tap_name": "MuXunTAP",
"tun_ip": "10.0.0.2",
"tun_mask": "255.255.255.0",
"tun_gw": "10.0.0.1",
"dns": "1.1.1.1",
"mtu": 1500,
"apply_route_dns": false,
"driver": "wintun"
}
}