1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

OpenMPTCProuter VPS script 0.14 initial commit

This commit is contained in:
Ycarus (Yannick Chabanois) 2018-03-30 07:52:49 +00:00
commit 5a2f5390c6
24 changed files with 1293 additions and 0 deletions

23
shorewall6/params Normal file
View file

@ -0,0 +1,23 @@
#
# Shorewall6 -- /etc/shorewall6/params
#
# Assign any variables that you need here.
#
# It is suggested that variable names begin with an upper case letter
# to distinguish them from variables used internally within the
# Shorewall6 programs
#
# Example:
#
# NET_IF=eth0
# NET_OPTIONS=dhcp,nosmurfs
#
# Example (/etc/shorewall6/interfaces record):
#
# net $NET_IF - $NET_OPTIONS
#
# The result will be the same as if the record had been written
#
# net eth0 - dhcp,nosmurfs
#
###############################################################################