-
Notifications
You must be signed in to change notification settings - Fork 16
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
"Interfaces" parameter does not filter requests #51
Comments
yo, you can use the interfaces json key into the reverse website configuration. Explained here https://github.com/binarysec/gate/wiki/ConfigurationHttpReverse#website-configuration All the best |
@mykiimike it seems like site.solvedInterfaces and site.interfaces is not used anywhere in the code. I tried what's in this wiki but without success. |
I added the branch "issue51" which should fix this, but it has to be tested before integration. Tell us if it works for you :-) |
Q: This match for a website on * interfaces? |
Well.. Now yes :-p |
When I set the "interfaces" parameter on two reverseSite so that each handle a different interface, all requests to both interfaces land on the same site.
I created the following super simple example:
The text was updated successfully, but these errors were encountered: