forked from littlebizzy/slickstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathufw-conf.txt
33 lines (28 loc) · 2.2 KB
/
ufw-conf.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
####################################################################################################
#### author: SlickStack ############################################################################
#### link: https://slickstack.io ###################################################################
#### mirror: https://mirrors.slickstack.io/ufw-firewall/ufw-conf.txt ###############################
#### path: /etc/ufw/ufw.conf #######################################################################
#### destination: n/a (not a boilerplate) ##########################################################
#### purpose: UFW basic configuration file with enabled and low-level logging hardcoded ############
#### module version: UFW Firewall 0.36.x ###########################################################
#### sourced by: n/a ###############################################################################
#### bash aliases: n/a (ss-install-ufw-config) #####################################################
####################################################################################################
## most of the other detailed UFW settings are in the ufw file and user rules files ##
## here we force enable UFW with low-level logging to save server resources ##
ENABLED=yes
LOGLEVEL=low
####################################################################################################
#### SlickStack: External References Used To Improve This Script (Thanks, Interwebz) ###############
####################################################################################################
## Ref: https://wiki.ubuntu.com/UncomplicatedFirewall
## Ref: https://github.com/dev-sec/ansible-os-hardening/issues/82
## Ref: https://blog.kylemanna.com/linux/ufw-vps/
## Ref: https://ubuntuforums.org/archive/index.php/t-1893751.html
## Ref: https://www.linode.com/docs/security/firewalls/configure-firewall-with-ufw/
## Ref: https://krypted.com/unix/ubuntu-and-firewalling/
## Ref: https://www.scaleway.com/en/docs/configure-ufw-firewall-on-ubuntu-bionic-beaver/
## Ref: https://serverfault.com/questions/745995/enabling-ufw-disables-some-of-the-settings-in-sysctl-conf
## Ref: https://debian-facile.org/viewtopic.php?id=14970
## SS_EOF