From db8bf072c1e02a3b9928b25ce6ec29f9d7908b81 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 16 Dec 2023 11:54:14 +0100 Subject: [PATCH] add turn port --- conf/.env | 4 ++-- manifest.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index c9f73da..92ada77 100644 --- a/conf/.env +++ b/conf/.env @@ -1,3 +1,3 @@ PORT=__PORT__ -EXTRA_ICE_SERVERS=turn:localhost:3478 -WEBTORRENT_TRACKERS=ws://localhost:8000 \ No newline at end of file +EXTRA_ICE_SERVERS=turn:127.0.0.1:__PORT_TURN__ +WEBTORRENT_TRACKERS=ws://127.0.0.1:8000 \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 9f6899a..f3f8f3b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,6 +47,7 @@ ram.runtime = "50M" autoupdate.strategy = "latest_github_commit" [resources.ports] + turn.default = 3478 [resources.system_user]