diff --git a/ProxySU/bin/Release/ProxySU.exe b/ProxySU/bin/Release/ProxySU.exe index e5e52d8..87996f5 100644 Binary files a/ProxySU/bin/Release/ProxySU.exe and b/ProxySU/bin/Release/ProxySU.exe differ diff --git a/ProxySU/bin/Release/Release.zip b/ProxySU/bin/Release/Release.zip index 7abc39c..0c9fe76 100644 Binary files a/ProxySU/bin/Release/Release.zip and b/ProxySU/bin/Release/Release.zip differ diff --git a/ProxySU/bin/Release/TemplateConfg/WebSocketTLSWeb_client_config.json b/ProxySU/bin/Release/TemplateConfg/WebSocketTLSWeb_client_config.json new file mode 100644 index 0000000..42b29c4 --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/WebSocketTLSWeb_client_config.json @@ -0,0 +1,52 @@ +{ + "inbounds": [ + { + "protocol": "http", + "port": 1081 + }, + { + "port": 1080, + "protocol": "socks", + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + }, + "settings": { + "auth": "noauth" + } + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address":"", + "port":null, + "users":[ + { + "id":"", + "alterId":16, + "security":"auto" + } + ] + } + ] + }, + "streamSettings":{ + "network":"ws", + "security":"tls", + "wsSettings":{ + "path":"" + } + }, + "mux": { + "enabled": true + } + } + ] +} \ No newline at end of file diff --git a/ProxySU/bin/Release/TemplateConfg/mkcp_client_config.json b/ProxySU/bin/Release/TemplateConfg/mkcp_client_config.json new file mode 100644 index 0000000..0036beb --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/mkcp_client_config.json @@ -0,0 +1,60 @@ +{ + "inbounds": [ + { + "protocol": "http", + "port": 1081 + }, + { + "port": 1080, + "protocol": "socks", + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + }, + "settings": { + "auth": "noauth" + } + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "", + "port": null, + "users": [ + { + "id": "", + "alterId": 16, + "security": "auto" + } + ] + } + ] + }, + "streamSettings": { + "network": "kcp", + "kcpSettings": { + "mtu": 1350, + "tti": 50, + "uplinkCapacity": 5, + "downlinkCapacity": 100, + "congestion": true, + "readBufferSize": 2, + "writeBufferSize": 2, + "header": { + "type": "" + } + } + }, + "mux": { + "enabled": true + } + } + ] +} \ No newline at end of file diff --git a/ProxySU/bin/Release/TemplateConfg/tcp_client_config.json b/ProxySU/bin/Release/TemplateConfg/tcp_client_config.json new file mode 100644 index 0000000..4ed4274 --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/tcp_client_config.json @@ -0,0 +1,48 @@ +{ + "inbounds": [ + { + "protocol": "http", + "port": 1081 + }, + { + "port": 1080, + "protocol": "socks", + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + }, + "settings": { + "auth": "noauth" + } + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "", + "port": null, + "users": [ + { + "id": "", + "alterId": 16, + "security": "auto" + } + ] + } + ] + }, + "streamSettings": { + "network": "tcp" + }, + "mux": { + "enabled": true + } + } + ] +} \ No newline at end of file diff --git a/ProxySU/bin/Release/TemplateConfg/tcp_http_client_config.json b/ProxySU/bin/Release/TemplateConfg/tcp_http_client_config.json new file mode 100644 index 0000000..9ff788e --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/tcp_http_client_config.json @@ -0,0 +1,75 @@ +{ + "inbounds": [ + { + "protocol": "http", + "port": 1081 + }, + { + "port": 1080, + "protocol": "socks", + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + }, + "settings": { + "auth": "noauth" + } + } + ], + "outbounds": [ + { + "protocol": "vmess", + "settings": { + "vnext": [ + { + "address": "", + "port": null, + "users": [ + { + "id": "", + "alterId": 16 + } + ] + } + ] + }, + "streamSettings": { + "network": "tcp", + "tcpSettings": { + "header": { + "type": "http", + "request": { + "version": "1.1", + "method": "GET", + "path": [ + "/" + ], + "headers": { + "Host": [ + "www.cloudflare.com", + "www.amazon.com", + "www.microsoft.com", + "www.intel.com" + ], + "User-Agent": [ + "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36", + "Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/601.1 (KHTML, like Gecko) CriOS/53.0.2785.109 Mobile/14A456 Safari/601.1.46" + ], + "Accept-Encoding": [ + "gzip, deflate" + ], + "Connection": [ + "keep-alive" + ], + "Pragma": "no-cache" + } + } + } + } + } + } + ] +} \ No newline at end of file