update prod and dev ips
This commit is contained in:
parent
fe45a2ec09
commit
acb1239e2c
@ -7,7 +7,7 @@ VENV_DIR="$APP_DIR/venv"
|
||||
SERVICE_FILE="/etc/systemd/system/ticket-ai.service"
|
||||
PYTHON_BIN="$VENV_DIR/bin/python3"
|
||||
ACTIVATE_SCRIPT="$VENV_DIR/bin/activate"
|
||||
IPTABLES_RULES=("83.136.253.122") # Add IPs as needed
|
||||
IPTABLES_RULES=("94.130.177.171" "78.47.32.44") # Add IPs as needed
|
||||
|
||||
# Ensure the script is run as root
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user