mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Fix typo
This commit is contained in:
@@ -40,6 +40,10 @@ public class OutboundConfiguration
|
|||||||
|
|
||||||
public object[] servers { get; set; }
|
public object[] servers { get; set; }
|
||||||
|
|
||||||
|
public string address { get; set; }
|
||||||
|
|
||||||
|
public ushort port { get; set; }
|
||||||
|
|
||||||
public string packetEncoding { get; set; }
|
public string packetEncoding { get; set; }
|
||||||
|
|
||||||
public string plugin { get; set; }
|
public string plugin { get; set; }
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ public class WireGuardServer : Server
|
|||||||
|
|
||||||
public override string MaskedData()
|
public override string MaskedData()
|
||||||
{
|
{
|
||||||
return $"{LocalAddress} + {MTU}";
|
return $"{LocalAddresses} + {MTU}";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user