You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I’m not sure if the feature I’m looking for already exists in Glider or not. If it does, please help me understand how to use it. If it doesn’t exist yet, I think it would be a good feature to add.
I would like to have a rule file where the listeners only include requests from specific domains, while allowing all other requests to connect directly. This is essentially the opposite of the bypass rule.
For example:
include=whitelist.conf
whitelist.conf:
domain=some.example.com
This means that only requests to some.example.com will go through the proxy.
Thank you for your effort!
The text was updated successfully, but these errors were encountered:
Hi,
I’m not sure if the feature I’m looking for already exists in Glider or not. If it does, please help me understand how to use it. If it doesn’t exist yet, I think it would be a good feature to add.
I would like to have a rule file where the listeners only include requests from specific domains, while allowing all other requests to connect directly. This is essentially the opposite of the
bypass
rule.For example:
whitelist.conf:
This means that only requests to
some.example.com
will go through the proxy.Thank you for your effort!
The text was updated successfully, but these errors were encountered: