Initial commit: FreePBX 17 VoIP setup for horux360, consultoria-as, nexus

This commit is contained in:
2026-04-29 06:30:49 +00:00
commit 4e4a120e9b
12 changed files with 2427 additions and 0 deletions

31
configs/jail.local Normal file
View File

@@ -0,0 +1,31 @@
[DEFAULT]
bantime = 3600
findtime = 600
maxretry = 5
backend = auto
[sshd]
enabled = true
port = ssh
filter = sshd
logpath = /var/log/auth.log
[asterisk]
enabled = true
port = 5060,5061
filter = asterisk
logpath = /var/log/asterisk/full
maxretry = 5
[apache-auth]
enabled = true
port = http,https
filter = apache-auth
logpath = /var/log/apache2/*error.log
[apache-badbots]
enabled = true
port = http,https
filter = apache-badbots
logpath = /var/log/apache2/*error.log
maxretry = 2