PASS in USE (PROXY PROVIDER) #2582
Unanswered
Medium1992
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Hey! PASS is a built-in proxy type (like REJECT) but it allows traffic to go nowhere – essentially a black hole that doesn't send a response. You don't need a provider for it; just add it to the group's list. Example minimal config: If you want it as an inline proxy: But usually referencing directly works; it's a reserved proxy name. Make sure you're putting it under in the group, not under the provider's field. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Please tell me how to add PASS in the USE proxy group selection.
I managed to add Reject proxy provider like this
REJECT: type: inline payload: - name: "REJECT" type: reject REJECT-DROP: type: inline payload: - name: "REJECT-DROP" type: reject drop: trueBut I can't add PASS.
I hope you can help me.
The question concerns USE, not proxies.
Beta Was this translation helpful? Give feedback.
All reactions