We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ee34d commit 28be71eCopy full SHA for 28be71e
src/main.py
@@ -177,7 +177,6 @@ def parse_list(list):
177
remotename = opt.remote
178
if remotename == '' or remotename == '-':
179
remotename = None
180
- #nslist = re.split(r'[\s,]+', opt.dnshosts.strip()) if opt.dnshosts else []
181
nslist = [family_ip_tuple(ns) for ns in parse_list(opt.ns_hosts)]
182
if opt.seed_hosts and not opt.auto_hosts:
183
o.fatal('--seed-hosts only works if you also use -H')
0 commit comments