Addressable Terminators In A Clustered Setup

Hi @plorenz, I have identities enrolled in multiple networks. The interecept is the same since I followed the example from this post. But I experience the same behaviour even if I disable my other identities. Also the addressable terminators haven't worked for other people who aren't enrolled in our non-clustered network so I don't think that could cause it?

(By clients you mean identities in ZDEW? I'm not using the SDK or anything like that)

non-cluster intercept:

{
  "_links": {
    "self": {
      "href": "./configs/5K9V1Hzht8JD3KAdIUgiV5"
    }
  },
  "createdAt": "2026-03-19T09:53:07.455Z",
  "id": "5K9V1Hzht8JD3KAdIUgiV5",
  "tags": {},
  "updatedAt": "2026-03-19T10:13:42.118Z",
  "configType": {
    "_links": {
      "self": {
        "href": "./config-types/g7cIWbcGg"
      }
    },
    "entity": "config-types",
    "id": "g7cIWbcGg",
    "name": "intercept.v1"
  },
  "configTypeId": "g7cIWbcGg",
  "data": {
    "portRanges": [
      {
        "low": 1,
        "high": 65535
      }
    ],
    "addresses": [
      "*.ziti.net"
    ],
    "dialOptions": {
      "identity": "$dst_hostname"
    },
    "protocols": [
      "tcp",
      "udp"
    ]
  },
  "name": "addressable-service.intercept.v1"
}

Clustered intercept:

  "name": "addressable-service.intercept.v1",
  "configTypeId": "g7cIWbcGg",
  "data": {
    "portRanges": [
      {
        "low": 1,
        "high": 65535
      }
    ],
    "addresses": [
      "*.ziti.net"
    ],
    "dialOptions": {
      "identity": "$dst_hostname"
    },
    "protocols": [
      "tcp",
      "udp"
    ]
  },
  "tags": {}
}