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
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.