From 07cc9fb398b988da9c50829693e9079bf1c8af88 Mon Sep 17 00:00:00 2001 From: Moul Date: Sat, 14 Nov 2020 13:43:14 +0100 Subject: [PATCH] [fix] Activate BMA It seems this is no longer activated by default --- scripts/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/functions.sh b/scripts/functions.sh index 49e8aba..b3329db 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -25,7 +25,7 @@ INSTALL_SYSTEMD () { } CONFIGURE_DUNITER () { - duniter config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp + duniter config --bma --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp duniter config --addep "BMAS $domain 443" duniter config --ws2p-host 127.0.0.1 --ws2p-port 20901 --ws2p-remote-host $domain --ws2p-remote-port 443 --ws2p-noupnp }