From 179d0c9d960d70dad9e25f8ab9ba7f65405ccddd Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Tue, 21 May 2024 15:10:01 +0800 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index bf292e4..d54b8fd 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -1,7 +1,7 @@ Here is a quick tutorial to get your Zoraxy up and running to serve your self-hosted site. ## 1. Get Zoraxy -Visit the release page and get Zoraxy that matches your server's OS and CPU architecture. +Visit the [release page](https://github.com/tobychui/zoraxy/releases/) and get Zoraxy that matches your server's OS and CPU architecture. **For those who are not experience with networking in dockerized environment, DO NOT use the docker version. Most of the Zoraxy functions are automated based on different kind of protocol sniffing logics and usually require direct access to the networking interface and original (unmodified) request. Zoraxy will still works in docker with incorrect network settings, but you might see unexpected routing / access control behavior or incorrect statistics.**