Anydesk not working
-
I have an issue with anydesk, i read that allowing the traffic from these:
if (dnsDomainIs(host, "teamviewer.com") ||
shExpMatch(host, "*.teamviewer.com")) {
return "DIRECT";
}// AnyDesk if (dnsDomainIs(host, "anydesk.com") || shExpMatch(host, "*.anydesk.com") || shExpMatch(host, "*.net.anydesk.com") || shExpMatch(host, "relay-*.anydesk.com") || shExpMatch(host, "*.relay.anydesk.com")) { return "DIRECT";would make anydesk connections don't go through proxy because anydesk doesn't work with a transparent proxy config, it did work for teamviewer but anydesk is intermitent (only works 10% of the time)
I have no ssl interception and Transparent HTTP Proxy is disabled.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.