Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Commit 0c07134

Browse files
committed
misc: update readme
1 parent 5cba3c6 commit 0c07134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Environment variables:
4444
ZIA_LISTEN_ADDR=127.0.0.1:8080 # local udp listener
4545
ZIA_UPSTREAM=ws://domain.tld:1234 # your zia server instance (ws(s) or tcp(s))
4646
# ZIA_PROXY=http://user:[email protected]:8080 # optional http(s) proxy
47+
# ZIA_COUNT=4 # count of websocket connecttions that should be used, useful if traffic is limited per proxy connection
48+
# ZIA_WS_MASKING=1 # enable to conform with websocket spec, disabled by default to process data in zero-copy fashion
4749
```
4850

4951
If you are using the binary use `--help` to the all available options.

0 commit comments

Comments
 (0)