mirror of
https://github.com/openziti/zrok.git
synced 2025-01-11 00:18:43 +01:00
nfpm: Made 'reserved-public' the default mode; Fixed some typos;
This commit is contained in:
parent
e5479e84fe
commit
007701ad0b
@ -54,8 +54,8 @@ fi
|
||||
exit 1
|
||||
}
|
||||
|
||||
# default mode is 'temp-public' (unreserved), override modes are temp-private, reserver-public, reserved-private.
|
||||
: "${ZROK_FRONTEND_MODE:-temp-public}"
|
||||
# default mode is 'reserved-public', override modes are reserved-private, temp-public, temp-private.
|
||||
: "${ZROK_FRONTEND_MODE:-reserved-public}"
|
||||
if [[ "${ZROK_FRONTEND_MODE:-}" == temp-public ]]; then
|
||||
ZROK_CMD="share public --headless ${ZROK_VERBOSE:-}"
|
||||
elif [[ "${ZROK_FRONTEND_MODE:-}" == temp-private ]]; then
|
||||
|
@ -87,6 +87,6 @@ ZROK_SHARE_OPTS=""
|
||||
# WARNING: changes take effect the next time the frontend URL is reserved
|
||||
#ZROK_FRONTENDS="public"
|
||||
|
||||
# you MAY set to change the frontend mode: temp-public (default), temp-private, reserved-public, reserved-private
|
||||
# you MAY set to change the frontend mode: reserved-public (default), reserved-private, temp-public, temp-private
|
||||
# WARNING: changes take effect the next time the frontend URL is reserved
|
||||
#ZROK_FRONTEND_MODE="temp-public"
|
||||
#ZROK_FRONTEND_MODE="reserved-public"
|
||||
|
Loading…
Reference in New Issue
Block a user