Merge pull request #53 from Snawoot/fixed_address_priority

Give priority to fixed API address
This commit is contained in:
Snawoot
2024-07-03 09:48:58 +03:00
committed by GitHub
-3
View File
@@ -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
}