Toby Chui
Toby Chui
Hey @elBelgg This feature request doesn't make sense as the challenge is still initiated from your server / hosts. If you are under attack like DDOS, your server will still...
@elBelgg I feel like you are asking for a XY problem here. You think having a captcha will fix your original issue of having "fake users", but there are no...
Hey @alexkiddddd You will need to upload a valid certificate to the fallback certificate section in order to use default site with https. If nothing is uploaded there, it will...
@alexkiddddd I guess NPM do that in HTTP instead of HTTPS (i.e. your browser request the HTTP site and nginx reply with redirection to a new site with HTTPS protocol...
> I have bought a domain from OVH to ease my pain but now I am struggling with the DNS challenge on zoraxy, do I have to create some sort...
@Der-Niederrheiner Do you got a template of such csv file for me? If no, I will design it according to my convenience.
Since someone donated to me without telling me which issue he / she wanna contribute to but only mention @GER-PAL user name in his comment, I will assume it is...
@nynjardin Have you tried previous version like 3.1.8 or 3.1.7? We are constantly changing things recently for the new plugin system. I guess the last stable version is somewhere between...
@nynjardin Well that is really unlikely. Assume you have no configs and a fresh installation, everything should work out of the box. Zoraxy is developed on Windows and tested on...
@imlezz Here is how Zoraxy get the request origin IP from an incoming request. https://github.com/tobychui/zoraxy/blob/549e492ffd081df6032d9f1003917c1e63d1a1b1/src/mod/netutils/ipmatch.go#L16-L62 If there are no matching fields in your HTTP request, Zoraxy fall backs to Golang's...