Reverting the target host back to 0.0.0.0.

This commit is contained in:
Steven Black
2015-10-02 21:06:51 -04:00
parent a65d222b75
commit da11d3239c
2 changed files with 7 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ UPDATE_URL_FILENAME = 'update.info'
SOURCES = os.listdir(DATA_PATH)
README_TEMPLATE = BASEDIR_PATH + '/readme_template.md'
README_FILE = BASEDIR_PATH + '/readme.md'
TARGET_HOST = '0'
TARGET_HOST = '0.0.0.0'
# Exclusions
EXCLUSION_PATTERN = '([a-zA-Z\d-]+\.){0,}' #append domain the end