From 2e29ad2d8deaf913763c2821c4ce1de0e0e1b2eb Mon Sep 17 00:00:00 2001 From: faireOwl <72615062+faireOwl@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:02:38 -0700 Subject: [PATCH] Added notification about PF requirements Added notification about requirements of PF to maintain an active script, and the refresh time to be expected. --- port_forwarding.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/port_forwarding.sh b/port_forwarding.sh index c6d4db0..2e48198 100755 --- a/port_forwarding.sh +++ b/port_forwarding.sh @@ -149,6 +149,7 @@ while true; do echo -e Forwarded port'\t'${GREEN}$port${NC} echo -e Refreshed on'\t'${GREEN}$(date)${NC} echo -e Expires on'\t'${RED}$(date --date="$expires_at")${NC} + echo -e "\n${GREEN}This script will need to remain active to use port forwarding, and will refresh every 15 minutes.${NC}\n" # sleep 15 minutes sleep 900