Added Webwizard
This commit is contained in:
@@ -29,6 +29,11 @@ tunnel.tls.keyStore=certs/frontend.p12
|
||||
tunnel.tls.keyStorePassword=
|
||||
tunnel.tls.requireClientAuth=false
|
||||
|
||||
# Temporary browser setup wizard. Keep this bound to 127.0.0.1 unless you
|
||||
# understand the risk of exposing a config editor over the network.
|
||||
webwizard.bindHost=127.0.0.1
|
||||
webwizard.port=8765
|
||||
|
||||
routes=minecraft
|
||||
route.minecraft.frontendBindHost=127.0.0.1
|
||||
route.minecraft.frontendBindPort=25566
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -37,6 +37,11 @@ tunnel.tls.enabled=false
|
||||
tunnel.tls.allowInsecure=true
|
||||
tunnel.tls.trustOnFirstUse=true
|
||||
|
||||
# Temporary browser setup wizard. Keep this bound to 127.0.0.1 unless you
|
||||
# understand the risk of exposing a config editor over the network.
|
||||
webwizard.bindHost=127.0.0.1
|
||||
webwizard.port=8765
|
||||
|
||||
routes=minecraft
|
||||
route.minecraft.backendTargetHost=127.0.0.1
|
||||
route.minecraft.backendTargetPort=25565
|
||||
|
||||
@@ -7,10 +7,10 @@ author: DirtSimpleP2P
|
||||
description: NAT-safe Minecraft TCP tunnel backend plugin.
|
||||
commands:
|
||||
dsp2p:
|
||||
description: DirtSimpleP2P status and diagnostics.
|
||||
description: DirtSimpleP2P status, diagnostics, and setup wizard.
|
||||
usage: /dsp2p status
|
||||
permission: dirtsimplep2p.command
|
||||
permissions:
|
||||
dirtsimplep2p.command:
|
||||
description: Allows DirtSimpleP2P status and diagnostics commands.
|
||||
description: Allows DirtSimpleP2P status, diagnostics, and setup wizard commands.
|
||||
default: op
|
||||
|
||||
Reference in New Issue
Block a user