From e5d0297a8a9d8590b380ad44032e3e7fefec8b6f Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Tue, 26 Sep 2023 21:40:55 +0800 Subject: [PATCH] Updated Startupparameters for Zoraxy (markdown) --- Startupparameters-for-Zoraxy.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Startupparameters-for-Zoraxy.md b/Startupparameters-for-Zoraxy.md index c3d7500..bff43b9 100644 --- a/Startupparameters-for-Zoraxy.md +++ b/Startupparameters-for-Zoraxy.md @@ -33,4 +33,15 @@ USE CAREFULLY, this can be a security risk if the authmanager is not setup prope ## sshlb (true / false) -Allows loopback connecting for ssh via webinterface. If you want to connect from the webinterface via ssh to the host, you need to enable this with `-sshlb=true`, defaults to `false` \ No newline at end of file +Allows loopback connecting for ssh via webinterface. If you want to connect from the webinterface via ssh to the host, you need to enable this with `-sshlb=true`, defaults to `false` + +## autorenew + +### Advance Use Cases +Here are some parameters for advance users + +## ztport +ZeroTier Network Controller RESTFUL API port. By default, ZeroTier with Network Controllers will listen to localhost:9933. If you are using the free version of ZeroTier, you can leave this unchanged. For business version with alternative port, you can change this to match your ZeroTier network controller API server port. See[here](https://docs.zerotier.com/self-hosting/network-controllers/) for more information. + +## ztauth +ZeroTier Network Controller Authentication Token. \ No newline at end of file