Paul
d8ca0a2a92
fix(resolving): support domain names that start with a number
Domains are allowed to start with numbers and are currently not resolved
because of the current simple regex.
The new regexes better cover the IPv4 and IPv6 address (with optional
netmask)
pirms 3 gadiem
Rob Ruana
dd1c4b34a5
Adds "Rule inserted" validation
pirms 6 gadiem
Rob Ruana
62fbb150de
Inserts deny rules first, to ensure they take precedence
pirms 6 gadiem
Rob Ruana
db977aaf6d
Adds ability to limit or deny services and applications.
The "limit" and "deny" parameters have been added to both the services and
applications sections. Setting "limit: True" will use the "ufw limit" command
instead of "ufw allow". Likewise, setting "deny: True" will use the "ufw deny"
command.
pirms 6 gadiem
Alexandre Anriot
58bdf446e6
Fix rules logic
pirms 7 gadiem
Alexandre Anriot
455e28a128
Spacing
pirms 7 gadiem
Alexandre Anriot
c60bc71357
Handle test mode when enabling ufw
pirms 7 gadiem
Alexandre Anriot
fcc8a36a4c
Handle test mode when adding rules
pirms 7 gadiem
Mark Gomersbach
feeca63dbd
Added support for comments in all forms and added in example.
pirms 7 gadiem
Niels Abspoel
fdebd369b9
add webscale changes
pirms 8 gadiem
Mike Campbell
e3cace7a49
Return host if it's an ip ..
pirms 8 gadiem
Mike Campbell
7490f9b9a0
import re, don't pass through None protocol & fix completely broken ip regex
pirms 8 gadiem
Mike Campbell
26d00d8f89
Added support for 'ufw allow from <ip> to any' & ufw defaults
pirms 8 gadiem
Ben McClure
dec6049310
Set interface=interface instead of interface=None
pirms 10 gadiem
Ben McClure
28cfbea66b
Add support for allowing entire interface
pirms 10 gadiem
Mario del Pozo
3c181286da
Formula initial version
pirms 10 gadiem