mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-13 14:11:00 +00:00
Merge pull request #53 from Snawoot/fixed_address_priority
Give priority to fixed API address
This commit is contained in:
@@ -94,9 +94,6 @@ func parse_args() CLIArgs {
|
||||
if args.listCountries && args.listProxies {
|
||||
arg_fail("list-countries and list-proxies flags are mutually exclusive")
|
||||
}
|
||||
if args.apiAddress != "" && args.bootstrapDNS != "" {
|
||||
arg_fail("api-address and bootstrap-dns options are mutually exclusive")
|
||||
}
|
||||
return args
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user