Skip to content

Commit 3f2f0c7

Browse files
committed
Firewall support in the vesta.conf
1 parent 4b2af93 commit 3f2f0c7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

install/debian/vesta.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
1717
BACKUP_SYSTEM='local'
1818
CRON_SYSTEM='cron'
1919
DISK_QUOTA='no'
20+
FIREWALL_SYSTEM='iptables'
21+
FIREWALL_EXTENSION='fail2ban'
2022
REPOSITORY='cmmnt'
2123
VERSION='0.9.8'
2224
LANGUAGE='en'

install/rhel/vesta.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
1717
BACKUP_SYSTEM='local'
1818
CRON_SYSTEM='crond'
1919
DISK_QUOTA='no'
20+
FIREWALL_SYSTEM='iptables'
21+
FIREWALL_EXTENSION='fail2ban'
2022
REPOSITORY='cmmnt'
2123
VERSION='0.9.8'
2224
LANGUAGE='en'

install/ubuntu/vesta.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
1717
BACKUP_SYSTEM='local'
1818
CRON_SYSTEM='cron'
1919
DISK_QUOTA='no'
20+
FIREWALL_SYSTEM='iptables'
21+
FIREWALL_EXTENSION='fail2ban'
2022
REPOSITORY='cmmnt'
2123
VERSION='0.9.8'
2224
LANGUAGE='en'

0 commit comments

Comments
 (0)