feat: support ToS routing rule (#292)

This commit is contained in:
mzz
2023-08-20 01:55:42 +08:00
committed by GitHub
parent c784ebaf53
commit 7273be6a06
14 changed files with 110 additions and 28 deletions

View File

@ -22,6 +22,7 @@ const (
Function_IpVersion = "ipversion"
Function_Mac = "mac"
Function_ProcessName = "pname"
Function_Tos = "tos"
Function_QName = "qname"
Function_QType = "qtype"