* Script work is brought into better focus * New layout will be used to better package the python scripts * No hidden folders (they will be hidden at build time) * All building should be done under setup/ * Avoids ambiguous .bin/.cbin folders at root of project
10 lines
313 B
Text
10 lines
313 B
Text
# /etc/ufw/ufw.conf
|
|
#
|
|
|
|
# Set to yes to start on boot. If setting this remotely, be sure to add a rule
|
|
# to allow your remote connection before starting ufw. Eg: 'ufw allow 22/tcp'
|
|
ENABLED=yes
|
|
|
|
# Please use the 'ufw' command to set the loglevel. Eg: 'ufw logging medium'.
|
|
# See 'man ufw' for details.
|
|
LOGLEVEL=low
|