Skip to content
Snippets Groups Projects
Commit 7dd71740 authored by Éloïs's avatar Éloïs
Browse files

add proxyConf (just for respect typage)

parent 33ed8c13
No related branches found
No related tags found
1 merge request!1178Add WS2PTOR features
...@@ -337,6 +337,7 @@ async function upnpConf (noupnp:boolean, logger:any) { ...@@ -337,6 +337,7 @@ async function upnpConf (noupnp:boolean, logger:any) {
const publicPort = await getAvailablePort(client) const publicPort = await getAvailablePort(client)
const privatePort = publicPort const privatePort = publicPort
const conf:NetworkConfDTO = { const conf:NetworkConfDTO = {
proxyConf: undefined,
nobma: true, nobma: true,
port: privatePort, port: privatePort,
ipv4: '127.0.0.1', ipv4: '127.0.0.1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment