Skip to content

Commit

Permalink
Fixes stamparm#62
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed Feb 6, 2016
1 parent 4cbe377 commit 2458661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
trails = TrailsDict()

NAME = "Maltrail"
VERSION = "0.9.172"
VERSION = "0.9.173"
SERVER_HEADER = "%s/%s" % (NAME, VERSION)
DATE_FORMAT = "%Y-%m-%d"
ROTATING_CHARS = ('\\', '|', '|', '/', '-')
Expand Down
3 changes: 2 additions & 1 deletion maltrail.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ USE_SSL false
#SSL_PEM misc/server.pem

# User entries (username:sha256(password):UID:filter_netmask(s))
# Note(s): UID >= 1000 have only rights to display results
# Note(s): sha256(password) can be generated on Linux with: echo -n 'password' | sha256sum | cut -d " " -f 1
# UID >= 1000 have only rights to display results
# filter_netmask(s) is/are used to filter results
USERS
admin:9ab3cd9d67bf49d01f6a2e33d0bd9bc804ddbe6ce1ff5d219c42624851db5dbc:0:0.0.0.0/0 # changeme!
Expand Down

0 comments on commit 2458661

Please sign in to comment.