You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ docker run --rm --net=host ghcr.io/pulsebeamdev/pulsebeam:pulsebeam-v0.3.1 --dev
46
46
-**UDP/3478:** WebRTC traffic (Multiplexed)
47
47
-**TCP/3478:** WebRTC over TCP fallback (Multiplexed)
48
48
49
+
> **Note:** The `--dev` flag used above configures PulseBeam to use port **3478** to avoid requiring root privileges. In production (running without `--dev`), WebRTC traffic defaults to standard port **443** (UDP/TCP).
50
+
49
51
**Other options:**
50
52
51
53
-**Binary:** download from [Releases](https://github.com/pulsebeamdev/pulsebeam/releases/latest)
0 commit comments