mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
Firewall support in the vesta.conf
This commit is contained in:
parent
4b2af933f6
commit
3f2f0c77b1
3 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
|
|||
BACKUP_SYSTEM='local'
|
||||
CRON_SYSTEM='cron'
|
||||
DISK_QUOTA='no'
|
||||
FIREWALL_SYSTEM='iptables'
|
||||
FIREWALL_EXTENSION='fail2ban'
|
||||
REPOSITORY='cmmnt'
|
||||
VERSION='0.9.8'
|
||||
LANGUAGE='en'
|
||||
|
|
|
@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
|
|||
BACKUP_SYSTEM='local'
|
||||
CRON_SYSTEM='crond'
|
||||
DISK_QUOTA='no'
|
||||
FIREWALL_SYSTEM='iptables'
|
||||
FIREWALL_EXTENSION='fail2ban'
|
||||
REPOSITORY='cmmnt'
|
||||
VERSION='0.9.8'
|
||||
LANGUAGE='en'
|
||||
|
|
|
@ -17,6 +17,8 @@ STATS_SYSTEM='webalizer,awstats'
|
|||
BACKUP_SYSTEM='local'
|
||||
CRON_SYSTEM='cron'
|
||||
DISK_QUOTA='no'
|
||||
FIREWALL_SYSTEM='iptables'
|
||||
FIREWALL_EXTENSION='fail2ban'
|
||||
REPOSITORY='cmmnt'
|
||||
VERSION='0.9.8'
|
||||
LANGUAGE='en'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue