Release Argo Tunnel Client 2018.3.11
This commit is contained in:
parent
317604019d
commit
abbec1134e
|
@ -288,7 +288,7 @@ func main() {
|
||||||
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
|
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
|
||||||
Name: "proxy-dns-upstream",
|
Name: "proxy-dns-upstream",
|
||||||
Usage: "Upstream endpoint URL, you can specify multiple endpoints for redundancy.",
|
Usage: "Upstream endpoint URL, you can specify multiple endpoints for redundancy.",
|
||||||
Value: cli.NewStringSlice("https://dns.cloudflare.com/.well-known/dns-query"),
|
Value: cli.NewStringSlice("https://cloudflare-dns.com/.well-known/dns-query"),
|
||||||
EnvVars: []string{"TUNNEL_DNS_UPSTREAM"},
|
EnvVars: []string{"TUNNEL_DNS_UPSTREAM"},
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
@ -375,7 +375,7 @@ func main() {
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
Name: "upstream",
|
Name: "upstream",
|
||||||
Usage: "Upstream endpoint URL, you can specify multiple endpoints for redundancy.",
|
Usage: "Upstream endpoint URL, you can specify multiple endpoints for redundancy.",
|
||||||
Value: cli.NewStringSlice("https://dns.cloudflare.com/.well-known/dns-query"),
|
Value: cli.NewStringSlice("https://cloudflare-dns.com/.well-known/dns-query"),
|
||||||
EnvVars: []string{"TUNNEL_DNS_UPSTREAM"},
|
EnvVars: []string{"TUNNEL_DNS_UPSTREAM"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue