mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-25 16:12:09 +03:00
Fix udphop (#8843)
This commit is contained in:
@@ -472,7 +472,7 @@ public class HysteriaSettings4Ray
|
||||
|
||||
public class HysteriaUdpHop4Ray
|
||||
{
|
||||
public string? ports { get; set; }
|
||||
public string? port { get; set; }
|
||||
public string? interval { get; set; }
|
||||
}
|
||||
|
||||
|
||||
@@ -602,7 +602,7 @@ public partial class CoreConfigV2rayService
|
||||
{
|
||||
udpHop = new HysteriaUdpHop4Ray
|
||||
{
|
||||
ports = ports.Replace(':', '-'),
|
||||
port = ports.Replace(':', '-'),
|
||||
interval = hopInterval,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user