diff options
Diffstat (limited to 'awall-cli')
-rwxr-xr-x | awall-cli | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,5 +25,6 @@ if testmode then awall.ipsfile = 'output/ipset' end -awall.test() -awall.dump() +config = awall.Config.new() +config:test() +config:dump() |