Fix TTL Update from toolkit

Added service restart command
This commit is contained in:
iamromulan
2024-02-22 22:38:23 -05:00
committed by GitHub
parent bfba691a37
commit 9ec5223806

View File

@@ -273,6 +273,7 @@ configure_simple_firewall() {
return
else
echo "$new_ttl_value" > /usrdata/simplefirewall/ttlvalue
systemctl restart ttl-override
echo "TTL value updated to $new_ttl_value."
fi
;;