From d82a531a41e7eb3bc3a135ea1727366f8fa8d2dc Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Fri, 31 May 2024 12:43:07 +0800 Subject: [PATCH] Update README.md Added itsvmn's getting start blog post --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b71e64..f95724a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ A general purpose HTTP reverse proxy and forwarding tool. Now written in Go! For other systems or architectures, please see [Release](https://github.com/tobychui/zoraxy/releases/latest/) +## Getting Started +[Installing Zoraxy Reverse Proxy: Your Gateway to Efficient Web Routing](https://geekscircuit.com/installing-zoraxy-reverse-proxy-your-gateway-to-efficient-web-routing/) + +Thank you for the well written and easy to follow tutorial by Reddit users [itsvmn](https://www.reddit.com/user/itsvmn/)! +If you have no background in setting up reverse proxy or web routing, you should check this out before you start setting up your Zoraxy. + ## Build from Source Requires Go 1.22 or higher