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