From 502366db1097b41166e3a70f6722a9e3b5170a6d Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 30 Nov 2021 23:08:37 +0100 Subject: [PATCH] cloud-init open port --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da0eb9b..7d23e97 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,8 @@ write_files: runcmd: - update-ca-certificates + - iptables -I INPUT 6 -m state --state NEW -p tcp --dport {PORT:-8000} -j ACCEPT + - netfilter-persistent save - pip install git+https://git.pictuga.com/pictuga/morss.git#egg=morss[full] - gunicorn --bind 0.0.0.0:${PORT:-8000} ${GUNICORN} --preload --access-logfile - morss ```