Skip to content

Commit 2769558

Browse files
authored
Update README.md
Added new start flags into README
1 parent e47a7a8 commit 2769558

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,20 @@ Usage of zoraxy:
101101
ACME auto TLS/SSL certificate renew check interval (seconds) (default 86400)
102102
-cfgupgrade
103103
Enable auto config upgrade if breaking change is detected (default true)
104+
-db string
105+
Database backend to use (leveldb, boltdb, auto) Note that fsdb will be used on unsupported platforms like RISCV (default "auto")
106+
-default_inbound_enabled
107+
If web server is enabled by default (default true)
108+
-default_inbound_port int
109+
Default web server listening port (default 443)
104110
-docker
105111
Run Zoraxy in docker compatibility mode
106112
-earlyrenew int
107113
Number of days to early renew a soon expiring certificate (days) (default 30)
108114
-fastgeoip
109115
Enable high speed geoip lookup, require 1GB extra memory (Not recommend for low end devices)
116+
-log string
117+
Log folder path (default "./log")
110118
-mdns
111119
Enable mDNS scanner and transponder (default true)
112120
-mdnsname string
@@ -117,12 +125,16 @@ Usage of zoraxy:
117125
Management web interface listening port (default ":8000")
118126
-sshlb
119127
Allow loopback web ssh connection (DANGER)
128+
-update_geoip
129+
Download the latest GeoIP data and exit
130+
-uuid string
131+
sys.uuid file path (default "./sys.uuid")
120132
-version
121133
Show version of this server
122134
-webfm
123135
Enable web file manager for static web server root folder (default true)
124136
-webroot string
125-
Static web server root folder. Only allow chnage in start paramters (default "./www")
137+
Static web server root folder. Only allow change in start paramters (default "./www")
126138
-ztauth string
127139
ZeroTier authtoken for the local node
128140
-ztport int

0 commit comments

Comments
 (0)