Initial commit

This commit is contained in:
Eneko Nieto
2021-02-07 12:59:30 +01:00
commit 43bb2ef0dd
8 changed files with 502 additions and 0 deletions

6
config/limitator Normal file
View File

@@ -0,0 +1,6 @@
config limitator 'limitator'
option wan_dev 'eth1.1'
option exclude_network '10.0.2.0/24'
option iptables_forward 'FORWARD'
option iptables_input 'INPUT'
option iptables_output 'OUTPUT'