-
Notifications
You must be signed in to change notification settings - Fork 376
Silent mode doesn't suppress DNS resolving lines #201
Copy link
Copy link
Open
Description
wireproxy v1.1.2
When running the application with wireproxy -c vpn.conf -s, nothing is printed except the new "Resolving addres for ..." lines. They are still printed. I feel like having DNS resolution updates visible in the terminal, stdout or in logs easily is bad privacy practice, especially after explicitly toggling the -s option.
-s should also omit these lines.
$ wireproxy -c vpn.conf -s
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
2026/04/04 13:17:33 Resolving address for github.com
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels