Add system proxy for Linux
This commit is contained in:
8
v2rayN/ServiceLib/Models/CmdItem.cs
Normal file
8
v2rayN/ServiceLib/Models/CmdItem.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace ServiceLib.Models
|
||||
{
|
||||
public class CmdItem
|
||||
{
|
||||
public string? Cmd { get; set; }
|
||||
public string? Arguments { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user