diff --git a/fauxfactory/constants.py b/fauxfactory/constants.py index b3e1548..9b49389 100644 --- a/fauxfactory/constants.py +++ b/fauxfactory/constants.py @@ -30,14 +30,13 @@ SUBDOMAINS = [ 'example', + 'invalid', + 'localhost', 'test', ] TLDS = [ - 'biz', 'com', - 'edu', - 'gov', - 'info', + 'net', 'org', ]