mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Update PAC Http Server
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user