mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add dns client
This commit is contained in:
parent
651c4b539a
commit
8a761d7e3b
23 changed files with 582 additions and 145 deletions
|
@ -101,9 +101,7 @@ type DefaultRule struct {
|
|||
IPCIDR Listable[string] `json:"ip_cidr,omitempty"`
|
||||
SourcePort Listable[uint16] `json:"source_port,omitempty"`
|
||||
Port Listable[uint16] `json:"port,omitempty"`
|
||||
// ProcessName Listable[string] `json:"process_name,omitempty"`
|
||||
// ProcessPath Listable[string] `json:"process_path,omitempty"`
|
||||
Outbound string `json:"outbound,omitempty"`
|
||||
Outbound string `json:"outbound,omitempty"`
|
||||
}
|
||||
|
||||
func (r DefaultRule) IsValid() bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue