zoraxy icon indicating copy to clipboard operation
zoraxy copied to clipboard

[ENHANCEMENTS] Option to disable internet dependent features for airgapped deployments

Open vonDassendorf opened this issue 7 months ago • 2 comments

Is your feature request related to a problem? Please describe. Not persé a problem but would speed up start up for deployments without internet access.

Describe the solution you'd like A startup option like -offline or similar that lets you disable geoip lookups and public ip lookups for when deploying the proxy in airgapped environments.

Describe alternatives you've considered No real alternatives has been considered this is mostly a startup speed improvement and also avoids unnecessary network requests.

vonDassendorf avatar Aug 08 '25 09:08 vonDassendorf

Well that is really difficult as Zoraxy was designed as a gateway that sits between the internet and the rest of your homelab structure. But I guess if the startup proess get stuck at some stages / module, maybe you can share more on which module currently get stuck because of your network condition?

tobychui avatar Aug 09 '25 13:08 tobychui

It is not getting stuck but it has to wait for the IP database update request (I'm guessing this is the GeoIP module) and the public ip lookup request(not sure which module that is) to time out which take some time. If it is alot of work to implement it might not be worth it. It's more of a nice to have thing.

vonDassendorf avatar Aug 27 '25 06:08 vonDassendorf