Where is the information on how to use the DNS Filter? #4471
Answered
by
offhub
TFWol
asked this question in
Q&A Feedback
-
I can't find information about the DNS Filter. I opened an Issue for that btw |
Beta Was this translation helpful? Give feedback.
Answered by
offhub
Jan 21, 2025
Replies: 2 comments 1 reply
-
The usage information is available in the Sandboxie-Plus interface. Note There is no wildcard support in this setting. To redirect a domain: NetworkDnsFilter=www.example.com:127.0.0.1
NetworkDnsFilter=program.exe,www.example.org:127.0.0.1 To block a domain: (Alternatively, you can also redirect it to 0.0.0.0) NetworkDnsFilter=www.example.com
NetworkDnsFilter=program.exe,www.example.org Warning
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TFWol
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usage information is available in the Sandboxie-Plus interface.
Sandboxie/SandboxiePlus/SandMan/Forms/OptionsWindow.ui
Line 3773 in 6438d56
Note
There is no wildcard support in this setting.
To redirect a domain:
To block a domain: (Alternatively, you can also redirect it to 0.0.0.0)
Warning
Template=BlockDNS
…