Improve resolve action

This commit is contained in:
世界 2025-02-20 15:13:14 +08:00
parent 3ebdc2ced7
commit 37582d303e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
7 changed files with 103 additions and 26 deletions

View file

@ -288,6 +288,9 @@ type RouteActionSniff struct {
}
type RouteActionResolve struct {
Strategy DomainStrategy `json:"strategy,omitempty"`
Server string `json:"server,omitempty"`
Server string `json:"server,omitempty"`
Strategy DomainStrategy `json:"strategy,omitempty"`
DisableCache bool `json:"disable_cache,omitempty"`
RewriteTTL *uint32 `json:"rewrite_ttl,omitempty"`
ClientSubnet *badoption.Prefixable `json:"client_subnet,omitempty"`
}