Skip to content
Snippets Groups Projects
Commit 556c0b3b authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix #377 Domain name could not be set in UI

parent 549cd362
Branches
Tags
No related merge requests found
...@@ -219,13 +219,15 @@ function WebAdmin (dbConf, overConf) { ...@@ -219,13 +219,15 @@ function WebAdmin (dbConf, overConf) {
remoteipv4: conf.remote_ipv4, remoteipv4: conf.remote_ipv4,
remoteipv6: conf.remote_ipv6, remoteipv6: conf.remote_ipv6,
remoteport: conf.rport, remoteport: conf.rport,
remotehost: conf.dns,
upnp: conf.upnp upnp: conf.upnp
})); }));
pluggedConfP = co(function *() { pluggedConfP = co(function *() {
yield bmapi.closeConnections(); yield bmapi.closeConnections();
yield server.loadConf(); yield server.loadConf();
bmapi = yield bma(server, null, true); bmapi = yield bma(server, null, true);
return bmapi.openConnections(); yield bmapi.openConnections();
yield server.recomputeSelfPeer();
}); });
yield pluggedConfP; yield pluggedConfP;
return {}; return {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment