run -T show on protected

This commit is contained in:
mischa 2023-05-08 08:42:13 +00:00
parent bf244d01e4
commit 43956f72ed
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ sub http_child {
} elsif ($token eq 'protect') {
my $protect = qx(pfctl -t protected -T add $client_ip 2>&1);
chomp $protect;
qx(pfctl -t protected -T show > /etc/pf.protected);
_log("$client_ip $token $protect");
_http_response($c, {content_type => 'text/plain'}, "Received [$client_ip -> protect] $protect");