mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-19 20:29:20 +07:00
feat: support pname routing (just task command. fixme)
This commit is contained in:
@ -16,7 +16,7 @@ type Global struct {
|
||||
TproxyPort uint16 `mapstructure:"tproxy_port" default:"12345"`
|
||||
CheckUrl string `mapstructure:"check_url" default:"https://connectivitycheck.gstatic.com/generate_204"`
|
||||
CheckInterval time.Duration `mapstructure:"check_interval" default:"15s"`
|
||||
DnsUpstream string `mapstructure:"dns_upstream" default:"208.67.222.222:5353"`
|
||||
DnsUpstream string `mapstructure:"dns_upstream" default:"1.1.1.1:53"`
|
||||
LanInterface string `mapstructure:"lan_interface"`
|
||||
WanInterface string `mapstructure:"wan_interface"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user