mirror of
https://github.com/2dust/v2rayN.git
synced 2026-08-07 15:52:06 +03:00
14 lines
285 B
C#
14 lines
285 B
C#
namespace v2rayN.Model
|
|
{
|
|
[Serializable]
|
|
public class RulesItemModel : RulesItem
|
|
{
|
|
public string inboundTags { get; set; }
|
|
|
|
public string ips { get; set; }
|
|
|
|
public string domains { get; set; }
|
|
|
|
public string protocols { get; set; }
|
|
}
|
|
} |