Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes in the database table #141

Open
yormy opened this issue Apr 17, 2019 · 2 comments
Open

Notes in the database table #141

yormy opened this issue Apr 17, 2019 · 2 comments

Comments

@yormy
Copy link

yormy commented Apr 17, 2019

Would be cool if I could add notes to the database entry why this ip was blocked/ whitelisted. or some indication who this IP belongs to

@icweb
Copy link
Contributor

icweb commented Apr 18, 2019

Firewall is currently doing this in the laravel.log files. If you do something like log to the database instead of a local log file, you could essentially achieve this. I agree it would be a nice feature, but it seems a little redundant given Laravel's new logging capabilities.

Hope this helps:
https://github.com/danielme85/laravel-log-to-db

@yormy
Copy link
Author

yormy commented Apr 23, 2019

I guess I was not clear, I meant when entering a IP to be blocked or an IP to whitelist, I would love to make a memo's who's IP it is,
ie :
xxx.xxx.xx.xxx | whitelist | home office of pete
xxx.xxx.xx.xxx | whitelist | work office of pete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants