Merge branch 'main' into iptables-script

pull/18/head
schizza 2024-04-30 17:12:22 +02:00 committed by GitHub
commit 4f2e93e63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ LINK="https://raw.githubusercontent.com/schizza/SWS-12500-custom-component/main/
FILENAME="iptables_redirect.sh" FILENAME="iptables_redirect.sh"
SCRIPT_DIR="iptables_redirect" SCRIPT_DIR="iptables_redirect"
P_HA=true P_HA=true
P_ST=true P_ST=true
@ -262,3 +263,4 @@ info " First run of 'iptables_redirect.sh' script " -n
[ $FIRST_RUN -ne 0 ] && { error " failed." false; } || { info " passed."; } [ $FIRST_RUN -ne 0 ] && { error " failed." false; } || { info " passed."; }
info " SSH pub_key: at $COMPLETE_PATH/ssh/ipt_dsa.pub" info " SSH pub_key: at $COMPLETE_PATH/ssh/ipt_dsa.pub"