Add step for ufw rules to access rpc port

This commit is contained in:
2021-03-28 23:39:17 +02:00
parent 741d0c74c9
commit 52d03c3730

View File

@@ -75,5 +75,11 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target"
step_10_info() { echo "Add ufw rule for rpc port 6800"; }
step_10_alias() { ALIAS="ufw"; }
step_10() {
exe ufw allow in on eth0 to any port 6800 proto tcp comment "Aria2 rpc"
}
VERSION_SEQREV=12
. /usr/local/bin/sequencer.sh