15 Commits

Author SHA1 Message Date
vaskofo
821ddaba67
Fix typo in cloudflare-token.conf 2024-05-21 12:36:51 +01:00
nomandera
461531a8fe
Remove -XPOST as curl reports it is not necessary 2023-02-16 09:39:24 +00:00
nomandera
db3f12f628
Fix allow_insecure handling
This fixes the allow_insecure setting which was silently breaking all OPNsense API calls
2023-01-30 17:04:22 +00:00
Eric Nemchik
d0b2f02903
Merge pull request #10 from binsentsu/dev
Gotify: Use bantime action variable iso time
2022-12-18 11:53:26 -06:00
binsentsu
c74a09b415
Update version 2022-12-18 15:25:41 +01:00
Eric Nemchik
2f36d8e83d Upstream updates 2022-12-15 12:00:40 -06:00
binsentsu
1992839c46
Use bantime action variable iso time 2022-12-01 10:51:57 +01:00
nomandera
bc97515181
Make insecure TLS curl optional
Co-authored-by: Eric Nemchik <eric@nemchik.com>
2022-08-16 16:17:17 +00:00
nomandera
2b47c45889
Initial commit
This action allows fail2ban to send IP bans directly to OPNsense by maintaining a host alias group. This group can then be used by the user in any way they see fit directly within OPNsense e.g. to block traffic. 

There is no necessity to disable the default fail2ban host iptables action in jail.local but when successfully deployed this action will likely result in these chains never needing to actually block traffic.

This approach can be useful when you have:

multiple hosts requiring protection
fragile hosts that are not easy to filter directly

It may also be useful when host cap_add options are not accessible (TBC)
2022-08-16 07:07:13 +00:00
nomandera
ad2af2e359
Update action.d/pushover.conf
Co-authored-by: Eric Nemchik <eric@nemchik.com>
2022-08-15 13:51:35 +00:00
nomandera
38fe3f165f
Create pushover.conf
This action allows for the sending of pushover alerts for startup, shutdown and per IP block.
2022-08-15 09:12:20 +00:00
quietsy
ab2f1947f8 CR fixes 2022-08-10 17:42:25 +03:00
quietsy
3227ea220c CR fixes 2022-08-10 16:42:43 +03:00
quietsy
4c957cf7a2 Adding gotify action 2022-08-10 16:25:13 +03:00
Eric Nemchik
e27515e7a7 Initial commit 2022-08-06 17:02:04 -05:00