This commit is contained in:
Simon Ding
2025-05-08 18:38:39 +08:00
parent a491a5f1ea
commit 5e143edda3

View File

@@ -23,6 +23,9 @@ func (s *Engine) StartStunProxy(name string) error {
if !d.Enable {
continue
}
if !d.UseNatTraversal {
continue
}
if name != "" && d.Name != name {
continue
}