Skip to content

Commit

Permalink
Clean build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
H1JK authored Jun 7, 2022
1 parent 2a1b2bb commit 661e53d
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 126 deletions.
8 changes: 4 additions & 4 deletions Netch/Servers/V2ray/V2rayConfigUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,17 @@ private static async Task<Outbound> outbound(Server server)
var streamSettings = new StreamSettings
{
network = "tcp",
security = server.TLSSecureType
security = trojan.TLSSecureType
};
if (server.TLSSecureType != "none")
if (trojan.TLSSecureType != "none")
{
var tlsSettings = new TlsSettings
{
allowInsecure = Global.Settings.V2RayConfig.AllowInsecure,
serverName = server.Host ?? ""
serverName = trojan.Host ?? ""
};

switch (server.TLSSecureType)
switch (trojan.TLSSecureType)
{
case "tls":
outbound.streamSettings.tlsSettings = tlsSettings;
Expand Down
10 changes: 0 additions & 10 deletions Other/libev-mingw/build.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions Other/libev-mingw/build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions Other/shadowsocks-rust/build.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions Other/shadowsocksr-libev/build.ps1

This file was deleted.

20 changes: 0 additions & 20 deletions Other/shadowsocksr-libev/build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions Other/simple-obfs/build.ps1

This file was deleted.

10 changes: 0 additions & 10 deletions Other/simple-obfs/build.sh

This file was deleted.

15 changes: 0 additions & 15 deletions Other/trojan-go/build.ps1

This file was deleted.

15 changes: 0 additions & 15 deletions Other/xray-plugin/build.ps1

This file was deleted.

0 comments on commit 661e53d

Please sign in to comment.