Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple local networks #28

Open
pranksta02 opened this issue Jun 7, 2023 · 3 comments
Open

Support for multiple local networks #28

pranksta02 opened this issue Jun 7, 2023 · 3 comments

Comments

@pranksta02
Copy link

Would it be possible to add support for multiple 'local networks' like say I want 2 different subnets to be able to access the proxy?

@edgd1er
Copy link
Owner

edgd1er commented Jun 7, 2023

Hello,

After a look into the code , LOCAL_NETWORK is handled in a way that values separated by a comma are processed.
for instance:

  • LOCAL_NETWORK=192.168.1.0/24,192.168.10.0/24
    I don't have that kind of setup, do you have a way to try something similar ?

@gizmocuz
Copy link

I tried this, but then both networks are not accessible.

@hello-22-world
Copy link

Additionally, is it possible to exclude certain addresses from the proxy?
It appears that the LOCAL_NETWORK is not currently excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants