From a916e342f7db3a19879171fc83e58839ab61aedd Mon Sep 17 00:00:00 2001 From: schizza Date: Sun, 28 Apr 2024 17:57:18 +0200 Subject: [PATCH] Typo --- iptables_redirect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptables_redirect.sh b/iptables_redirect.sh index 6cf857b..41b77ce 100755 --- a/iptables_redirect.sh +++ b/iptables_redirect.sh @@ -88,4 +88,4 @@ else info "OK." fi -info "iptables are now set to redirect incomming connections from $STATION_IP:Any -> $HA:$SRC_PORT to $HA:$DST_PORT" +info "iptables are now set to redirect incoming connections from $STATION_IP:Any -> $HA:$SRC_PORT to $HA:$DST_PORT"