-
Notifications
You must be signed in to change notification settings - Fork 225
Description
Thanks for your hard work guys, Zoraxy works great I just have this little thing bugging me:
Is your feature request related to a problem? Please describe.
Let say I want to create a https proxy to be only available on my LAN but I already have some other proxies accessible by WAN. The only way I see is by disabling the A record on my (sub)domain or configure access rule to only let LAN Ip pass-through that proxy. The issue is I cannot get a certificate then (or at least not get the auto renew to work) as it would fail the challenge.
Describe the solution you'd like
Get a way to let the certificate challenge to work while forbidding traffic to the actual (sub)domain from outside LAN to be able to reach the service.
From my understanding (maybe I'm wrong I'm a newbie) the let's encrypt challenge work by creating a file the CA can check on the (sub)domain to verify ownership. Is there a way to let that file be accessible to the web but not the actual service who use that (sub)domain?
Describe alternatives you've considered
For now I manually recreate the A record each time I need to renew the certificate on those proxies.
I know some would say that using https on your lan is overkill but I like to do it, I feel more safe especially since users on my LAN cannot be trusted to keep everything secure. Some apps require https by default too but I wouldn't want to let them accessible to the outside world.