mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-18 23:54:49 +03:00
14 lines
290 B
C#
14 lines
290 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[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; }
|
|
}
|
|
} |