From 3ae50252286f3bbf68ec5598d2d8a960610502d5 Mon Sep 17 00:00:00 2001 From: Marcel <110860055+Morethanevil@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:16:38 +0200 Subject: [PATCH] Updated FAQ Frequently Asked Questions (markdown) --- FAQ---Frequently-Asked-Questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ---Frequently-Asked-Questions.md b/FAQ---Frequently-Asked-Questions.md index 74d01f4..8ff1df4 100644 --- a/FAQ---Frequently-Asked-Questions.md +++ b/FAQ---Frequently-Asked-Questions.md @@ -45,6 +45,8 @@ Put in those lines #!/bin/bash ./zoraxy -port=:8000 ``` +If you want faster GeoIP-Lookup, you can add `-fastgeoip=true` after `-port=:8000`. Zoraxy will then use more RAM. +[See v2.6.6 Release](https://github.com/tobychui/zoraxy/releases/tag/2.6.6) Make it executable with