mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 11:33:48 +01:00
chore: init STUNs and TURNs as empty arrays
This commit is contained in:
parent
4acbdc47e5
commit
a56aba8b06
@ -71,6 +71,8 @@ func NewEngine(signalClient *signal.Client, mgmClient *mgm.Client, config *Engin
|
|||||||
peerMux: &sync.Mutex{},
|
peerMux: &sync.Mutex{},
|
||||||
syncMsgMux: &sync.Mutex{},
|
syncMsgMux: &sync.Mutex{},
|
||||||
config: config,
|
config: config,
|
||||||
|
STUNs: []*ice.URL{},
|
||||||
|
TURNs: []*ice.URL{},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user