From 21da4e55b99ba464c44b448c2466d5d928841e32 Mon Sep 17 00:00:00 2001 From: Moul Date: Thu, 9 Mar 2017 18:34:53 +0100 Subject: [PATCH] [enh] Use BMA with port 80. Add BMAS endpoint with port 443. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6b8ed06..7aec83d 100755 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1 INSTALL_DUNITER_DEBIAN_PACKAGE # Configure Duniter node -sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 443 --noupnp +sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp --addep "BMAS $domain 443" # Reset Duniter node's existing data (blockchain, not conf) sudo $app reset data > /dev/null