From a20600a5a6553ae188955498506562a98d869983 Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Tue, 2 Jan 2024 18:39:23 -0300 Subject: [PATCH] main-vehicle: add multiple stun servers --- src/stores/mainVehicle.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/stores/mainVehicle.ts b/src/stores/mainVehicle.ts index 6dbb6c22c..7371ca8af 100644 --- a/src/stores/mainVehicle.ts +++ b/src/stores/mainVehicle.ts @@ -380,7 +380,19 @@ export const useMainVehicleStore = defineStore('main-vehicle', () => { credential: 'pwd', }, { - urls: `stun:${globalAddress.value}:3478`, + urls: `stun:stun.l.google.com:19302`, + }, + { + urls: `stun:stun1.l.google.com:19302`, + }, + { + urls: `stun:stun2.l.google.com:19302`, + }, + { + urls: `stun:stun3.l.google.com:19302`, + }, + { + urls: `stun:stun4.l.google.com:19302`, }, ], // eslint-disable-next-line no-undef