From 95f38f5ac0842a51b326cbd574bb24e9ebf288cd Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Thu, 14 Oct 2010 18:32:03 +0000 Subject: [PATCH] injector: add new hosts with external=True --- injector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injector b/injector index 25d7e7d..4538ed6 100755 --- a/injector +++ b/injector @@ -31,6 +31,6 @@ for line in f: print 'Adding %s' % entry[0] host = i2phost(name=entry[0], b64hash=entry[1], description='Auto-added from external hosts.txt', - activated=True) + activated=True, external=True) host.save() f.close()