diff --git a/ProxySU/bin/Release/Release.zip b/ProxySU/bin/Release/Release.zip index d248b07..df2599f 100644 Binary files a/ProxySU/bin/Release/Release.zip and b/ProxySU/bin/Release/Release.zip differ diff --git a/ProxySU/bin/Release/TemplateConfg/Naiveproxy_client_config.json b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_client_config.json new file mode 100644 index 0000000..1a05422 --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_client_config.json @@ -0,0 +1,6 @@ +{ +"listen": "socks://127.0.0.1:1080", +"proxy": "", +"padding": true, +"log": "" +} \ No newline at end of file diff --git a/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.caddyfile b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.caddyfile new file mode 100644 index 0000000..5ca9f57 --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.caddyfile @@ -0,0 +1,14 @@ +##domain## { + log stdout + errors stderr + root /var/www + tls off + ##sites## + forwardproxy { + ##basicauth## + probe_resistance + hide_ip + hide_via + upstream http://127.0.0.1:8383 + } +} \ No newline at end of file diff --git a/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.json b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.json new file mode 100644 index 0000000..7ce2ca0 --- /dev/null +++ b/ProxySU/bin/Release/TemplateConfg/Naiveproxy_server_config.json @@ -0,0 +1,4 @@ +{ +"listen": "http://127.0.0.1:8383", +"padding": true +} \ No newline at end of file