[fix] Activate BMA

It seems this is no longer activated by default
This commit is contained in:
Moul 2020-11-14 13:43:14 +01:00 committed by M5oul
parent b674b9a4da
commit fb1567e9c2
1 changed files with 1 additions and 1 deletions

View File

@ -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
}