msasanmh / SecureDNSClient

A DNS Client Supporting DNSCrypt, Anonymized DNSCrypt, DoH, DoT, UDP And TCP.
https://msasanmh.github.io/SecureDNSClient/
GNU General Public License v3.0
790 stars 79 forks source link

Prevent anydesk/teamviewer from dropping the connection #115

Open aolko opened 7 months ago

aolko commented 7 months ago

How exactly to prevent anydesk/teamviewer from dropping the connection and constantly reconnect manually?

msasanmh commented 7 months ago

Are you using proxy server? And is it set to system?

aolko commented 7 months ago

Are you using proxy server? And is it set to system?

yes

msasanmh commented 7 months ago

Applications like TeamViewer and Telegram doesn't need DPI Bypass so we need to exclude them. Select "No Proxy" in TeamViewer settings -> General -> Proxy Settings -> Configure -> No Proxy.

aolko commented 7 months ago

Why not also create a whitelist in the app itself, in case if there are apps without the proxy settings?

msasanmh commented 7 months ago

I added a "Don't Bypass" list in Proxy advanced settings to exclude websites and IP addresses. I really have no idea how to exclude a whole app, I need to dig on this.