Skip to content

Commit

Permalink
add --show-real-ips feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pouriyajamshidi committed Mar 17, 2024
1 parent a8e94b5 commit 643f4dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nginwho.nimble
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Package

version = "0.5.0"
author = "pouriyajamshidi"
version = "0.7.0"
author = "pouriya jamshidi"
description = "nginwho is a lightweight and extremely fast nginx log parser that stores the result into a sqlite3 database for further analysis and actions"
license = "MIT"
srcDir = "src"
Expand Down
2 changes: 1 addition & 1 deletion nginwho.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ After=Network.target
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=/usr/local/bin/nginwho --logPath:/var/log/nginx/access.log --dbPath:/var/log/nginwho.db
ExecStart=/usr/local/bin/nginwho --logPath:/var/log/nginx/access.log --dbPath:/var/log/nginwho.db --get-cidrs:true
Restart=on-failure
RestartSec=5

Expand Down

0 comments on commit 643f4dc

Please sign in to comment.