Init commit
This commit is contained in:
13
config/route.go
Normal file
13
config/route.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package config
|
||||
|
||||
type Route struct {
|
||||
Type string `json:"type"`
|
||||
}
|
||||
|
||||
type SimpleRule struct {
|
||||
Inbound []string `json:"inbound,omitempty"`
|
||||
IPVersion []int `json:"ip_version,omitempty"`
|
||||
Network []string `json:"network,omitempty"`
|
||||
Protocol []string `json:"protocol,omitempty"`
|
||||
Outbound string `json:"outbound,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user