Commit 7538d213 authored by Ashot's avatar Ashot
Browse files

Changed port for testnet

parent 0b98010d
Showing with 5 additions and 1 deletion
+5 -1
......@@ -190,7 +190,11 @@ configure_conf() {
configure_firewall() {
sudo ufw allow ssh/tcp
sudo ufw limit ssh/tcp
sudo ufw allow 9340/tcp
if [ "$testnet" = true ] ; then
sudo ufw allow 19340/tcp
else
sudo ufw allow 9340/tcp
fi
sudo ufw logging on
sudo ufw --force enable
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment