From 9e7a277b6ae0803228a7bdd2c60ce5fe51888208 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 22 Apr 2021 18:25:53 +0200 Subject: [PATCH] workadventure: fix turn ipv4 address apparently I missed changing that; it still pointed to my own server (flora.stuebinm.eu) instead of hainich. --- hosts/hainich/services/workadventure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hainich/services/workadventure.nix b/hosts/hainich/services/workadventure.nix index 643f7f5..9f5019d 100644 --- a/hosts/hainich/services/workadventure.nix +++ b/hosts/hainich/services/workadventure.nix @@ -37,7 +37,7 @@ in commonConfig = { webrtc.stun.url = "stun:turn.hacc.space:3478"; webrtc.turn = { - url = "turn:95.217.159.23"; + url = "turn:46.4.63.148"; user = "turn"; password = config'.services.coturn.static-auth-secret; };