From 9956c77cf2a825d492b0c4bb49365e033ef6f8b5 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sat, 22 Mar 2025 12:01:26 -0400 Subject: [PATCH] Update turnserver.md --- turnserver.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/turnserver.md b/turnserver.md index a6332d0..1a40778 100644 --- a/turnserver.md +++ b/turnserver.md @@ -40,6 +40,8 @@ The installer will: 5. Create systemd service for auto-start 6. Configure proper permissions +Note: You may need to configure your firewall first for Certbot to work, and I recommend running `apt update` and `apt upgrade` first. + ## Basic Configuration Explained The basic configuration (`turnserver_basic.conf`) provides a minimal but functional TURN server: @@ -275,4 +277,4 @@ For issues or questions: ## References - [Coturn Documentation](https://github.com/coturn/coturn/wiki/turnserver) - [WebRTC Samples](https://webrtc.github.io/samples/) -- [VDO.Ninja GitHub](https://github.com/steveseguin/vdo.ninja) \ No newline at end of file +- [VDO.Ninja GitHub](https://github.com/steveseguin/vdo.ninja)