1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-03-12 21:31:13 +00:00

py-i2phosts-injector: by default add hosts as NOT activated

This commit is contained in:
Hidden Z 2010-10-27 16:22:29 +00:00
parent 6a844c42f0
commit 376c9bb80b

View File

@ -57,7 +57,7 @@ for line in f:
print 'Adding %s' % hostname
host = i2phost(name=hostname, b64hash=base64,
description=args.description,
activated=True, external=True)
activated=False, external=True)
host.save()
else:
if not args.supress: