Skip to content

Commit 0023b5e

Browse files
author
Rick Dicaire
committed
breaks
1 parent 1be9eee commit 0023b5e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2026-01-22-Mitigate-Correlation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ IP addresses of users collected from the listeners are being correlated with joi
6868

6969
### Clients
7070

71-
When you open the Connect dialog window your client starts sending pings to every server in the list. **`24.199.107.192`** is the IP address of one of those servers. A server using **`24.199.107.192`** exists on each genre, their names are ***Duet***.
71+
When you open the Connect dialog window your client starts sending pings to every server in the list. **`24.199.107.192`** is the IP address of one of those servers. A server using **`24.199.107.192`** exists on each genre, their names are ***Duet***.
72+
7273
Blocking outgoing **UDP** traffic on your DAW or router to **`24.199.107.192`** will prevent the listeners from collecting your IP address and break the correlation attack. This will help prevent you from being tracked.
7374

7475
### Server Admins
7576

7677
Server admins can contribute to helping prevent user tracking by blocking the explorer probe.
77-
If you run a server on the jamulus public network, it is currently being indexed by the explorer instance on **`137.184.43.255`**
78+
If you run a server on the jamulus public network, it is currently being indexed by the explorer instance on **`137.184.43.255`**
79+
7880
Blocking incoming **UDP** traffic from **`137.184.43.255`** will prevent the explorer from indexing your server and breaks the correlation attack. This will protect users on your server from being tracked while they use it.
7981

8082
---

0 commit comments

Comments
 (0)