mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-15 18:29:08 +07:00
refactor: rename check_url to tcp_check_url and restrict dns_upstream as udp://ip:port
This commit is contained in:
@ -75,11 +75,7 @@ func Run(log *logrus.Logger, param *config.Params) (err error) {
|
||||
nodeList,
|
||||
param.Group,
|
||||
¶m.Routing,
|
||||
param.Global.DnsUpstream,
|
||||
param.Global.CheckUrl,
|
||||
param.Global.CheckInterval,
|
||||
param.Global.LanInterface,
|
||||
param.Global.WanInterface,
|
||||
¶m.Global,
|
||||
)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user