Add ip_version rule item

This commit is contained in:
世界 2022-08-16 23:46:05 +08:00
parent d6a0aa7ccf
commit f51128f772
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
10 changed files with 43 additions and 6 deletions

View file

@ -18,6 +18,7 @@ type Inbound interface {
type InboundContext struct {
Inbound string
InboundType string
IPVersion int
Network string
Source M.Socksaddr
Destination M.Socksaddr