mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Inbound rule support
This commit is contained in:
parent
9f4c0ff624
commit
7c57eb70e8
34 changed files with 622 additions and 247 deletions
6
constant/rule.go
Normal file
6
constant/rule.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package constant
|
||||
|
||||
const (
|
||||
RuleTypeDefault = "default"
|
||||
RuleTypeLogical = "logical"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue