[ENHANCEMENTS] Option to disable internet dependent features for airgapped deployments
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.
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?
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.