Update PAC Http Server

This commit is contained in:
ChsBuffer
2021-03-01 22:30:22 +08:00
parent a5147e147e
commit 046079639e
4 changed files with 78 additions and 109 deletions

View File

@@ -174,7 +174,7 @@ namespace Netch.Models
/// <summary>
/// PAC端口
/// </summary>
public int Pac_Port { get; set; } = 2803;
public ushort Pac_Port { get; set; } = 2803;
/// <summary>
/// 不代理TCP
@@ -293,6 +293,8 @@ namespace Netch.Models
public V2rayConfig V2RayConfig { get; set; } = new();
public bool? AlwaysStartPACServer { get; set; }
public Setting Clone()
{
return (Setting) MemberwiseClone();