1
0
Fork 0
mirror of https://github.com/proxysu/ProxySU.git synced 2025-04-03 13:53:36 +03:00

Compare commits

...

7 commits

Author SHA1 Message Date
test
201d3da3a5 update config issue 2023-11-09 10:34:31 +08:00
test
03f015f8d4 fix xray不支持xtls-rprx-vision,none 2023-11-08 12:00:21 +08:00
test
2047f3d480 update ssh.net 2023 2023-11-08 09:40:44 +08:00
MisCusi2023
ba5629bd49
Update README.md 2023-05-19 06:10:16 -07:00
MisCusi2023
97a1f45abc
Update README.md 2023-05-13 18:16:58 -07:00
MisCusi2023
5cfe086d50
Update README.md 2023-05-13 18:15:51 -07:00
MisCusi2023
2d5a589bcb
Update README.md 2023-05-09 03:32:10 -07:00
7 changed files with 20 additions and 12 deletions

View file

@ -47,8 +47,8 @@
<Reference Include="QRCoder, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
<HintPath>..\packages\QRCoder.1.4.3\lib\net40\QRCoder.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2023.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2023.0.0\lib\net462\Renci.SshNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

View file

@ -79,7 +79,8 @@ namespace ProxySuper.Core.Services
}
var domain = parameters.MaskDomain
.TrimStart("http://".ToCharArray())
.TrimStart("https://".ToCharArray());
.TrimStart("https://".ToCharArray())
.TrimEnd('/');
caddyStr = caddyStr.Replace("##reverse_proxy##", $"reverse_proxy {prefix}{domain} {{ \n header_up Host {domain} \n }}");
}
@ -103,7 +104,7 @@ namespace ProxySuper.Core.Services
}
else
{
flow = "xtls-rprx-vision,none";//兼容普通tls与xtls
flow = "xtls-rprx-vision";//兼容普通tls与xtls
obj = new { id = id, flow = flow };
}

View file

@ -3,7 +3,7 @@
<package id="Microsoft.Extensions.Logging.Abstractions" version="7.0.0" targetFramework="net472" />
<package id="MvvmCross" version="8.0.2" targetFramework="net472" />
<package id="QRCoder" version="1.4.3" targetFramework="net472" />
<package id="SSH.NET" version="2020.0.2" targetFramework="net472" />
<package id="SSH.NET" version="2023.0.0" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Console" version="4.3.1" targetFramework="net461" />
<package id="System.Memory" version="4.5.5" targetFramework="net472" />

View file

@ -44,8 +44,8 @@
<Reference Include="QRCoder, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28, processorArchitecture=MSIL">
<HintPath>..\packages\QRCoder.1.4.3\lib\net40\QRCoder.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet, Version=2020.0.2.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2020.0.2\lib\net40\Renci.SshNet.dll</HintPath>
<Reference Include="Renci.SshNet, Version=2023.0.0.0, Culture=neutral, PublicKeyToken=1cee9f8bde3db106, processorArchitecture=MSIL">
<HintPath>..\packages\SSH.NET.2023.0.0\lib\net462\Renci.SshNet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

View file

@ -5,7 +5,7 @@
"clients": [
{
"id": "",
"flow": "xtls-rprx-vision,none"
"flow": "xtls-rprx-vision"
}
],
"decryption": "none",

View file

@ -4,7 +4,7 @@
<package id="MvvmCross" version="8.0.2" targetFramework="net472" />
<package id="MvvmCross.Platforms.Wpf" version="8.0.2" targetFramework="net472" />
<package id="QRCoder" version="1.4.3" targetFramework="net472" />
<package id="SSH.NET" version="2020.0.2" targetFramework="net472" />
<package id="SSH.NET" version="2023.0.0" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Console" version="4.3.1" targetFramework="net461" />
<package id="System.Memory" version="4.5.5" targetFramework="net472" />

View file

@ -1,10 +1,13 @@
# ProxySU
V2ray, Xray, Trojan, NaiveProxy, Trojan-Go, MTProto Go, Brook,BBR install tools for windows。
V2rayXray, TrojanNaiveProxy, Trojan-Go, MTProto Go, Brook 及相关插件。支持纯ipv6主机一键安装代理。
BBR一键开启仅支持CentOS8/Debian9/10/Ubuntu18.04及以上),支持语言:English、简体中文、正体繁体中文
BBR一键开启仅支持CentOS8/Debian9/10/Ubuntu18.04及以上),支持语言:English、简体中文、正体繁体中文,波斯语。
编译环境Visual Studio 2019 使用WPF界面。可一键安装 V2ray/Xray, Shadowsocks, Trojan, Trojan-Go, NaiveProxy, MTProto Go, Brook 后续还会再添加其他。
零基础用户,强烈建议看一下[Xray官网](https://xtls.github.io)的[小小白白话文-自建教程](https://xtls.github.io/document/level-0)。
更多相关资源与工具请看本项目Wiki[资源和工具](https://github.com/proxysu/ProxySU/wiki/%E8%B5%84%E6%BA%90%E5%92%8C%E5%B7%A5%E5%85%B7)。
![photo_2021-05-31_17-23-29](https://user-images.githubusercontent.com/73510229/120171754-f46ffd00-c234-11eb-8105-4e6a941a65bb.jpg)
![photo_2021-05-31_17-24-29](https://user-images.githubusercontent.com/73510229/120171966-297c4f80-c235-11eb-921a-2ddebad5dc58.jpg)
@ -15,8 +18,9 @@ BBR一键开启仅支持CentOS8/Debian9/10/Ubuntu18.04及以上),支持语
#### 再次声明:
##### ProxySU本着技术中立的原则没有任何立场也不持任何见解更不涉及任何政治因素。ProxySU仅仅主张人的知情权这是一项天赋人权也是各国宪法所保障的最基本人权。知情权包含对同一事物正负两方面评价的知情至于相信哪个由人自己选择。正如李文亮医生临终所言一个正常的社会是不应该只有一种声音的。如果真的存在对某一事物只有一种声音的评价无论其评价是正面还是负面都是要慎重对待并需要重新审视的。
##### 上传自有证书 #####
需要将crt和key文件打包成zip在安装界面选择“上传自有证书”
##### 代理版本的选择
多数情况下ProxySU安装代理工具的Latest版。
##### 支持的VPS系统为
* CentOS 7/8
@ -86,6 +90,9 @@ Let's Encrypt证书申请频率的限制
同一IP地址在短时间内过于频繁的申请证书也会被限制此时更换域名也无法申请成功只能等待一段时间或者更换Ip.
(网友分享)
##### 上传自有证书 #####
需要将crt和key文件打包成zip在安装界面选择“上传自有证书”
##### 关于卸载功能
有网友要求可以卸载其他方法安装的经过考虑还是不这样做。1容易引起争议。2不容易卸载干净在用ProxySU安装时可能还会出错。所以第一次使用ProxySU建议使用全新系统如果以前安装过代理程序请尽可能将系统重装一下可以减少很多安装的错误和冲突。