From c107ab5bfd90ded7ffd446a0df78377ca3eb4a3d Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 3 Jul 2024 09:45:13 +0300 Subject: [PATCH] give priority to fixed API address --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index e70d3b1..e42dca0 100644 --- a/main.go +++ b/main.go @@ -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 }