Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

some bug #1

Open
mostcute opened this issue Mar 8, 2024 · 1 comment
Open

some bug #1

mostcute opened this issue Mar 8, 2024 · 1 comment

Comments

@mostcute
Copy link

mostcute commented Mar 8, 2024

ip_addresses.update(re.findall(r'\b(?:\d{1,3}\.){3}\d{1,3}\b', message> this is wrong

'>' should be ))

ip_addresses.update(re.findall(r'\b(?:\d{1,3}\.){3}\d{1,3}\b', message)) seems right

and ufw should deny before allow ,otherwise,deny won't work

@tevelsho
Copy link
Owner

Thank you! Appreciate it

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

No branches or pull requests

2 participants