Revert "Fix TTL Update from toolkit"

This reverts commit 9ec5223806.
This commit is contained in:
iamromulan
2024-02-22 22:44:34 -05:00
parent 9ec5223806
commit 551ab341bc

View File

@@ -273,7 +273,6 @@ 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
;;