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
Branches
Tags
1 merge request!1178Add WS2PTOR features
......@@ -337,6 +337,7 @@ async function upnpConf (noupnp:boolean, logger:any) {
const publicPort = await getAvailablePort(client)
const privatePort = publicPort
const conf:NetworkConfDTO = {
proxyConf: undefined,
nobma: true,
port: privatePort,
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