Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Anydesk not working

    Scheduled Pinned Locked Moved Cache/Proxy
    1 Posts 1 Posters 18 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jvk21
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.