mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 13:37:43 +08:00
fix
This commit is contained in:
@@ -23,6 +23,9 @@ func (s *Engine) StartStunProxy(name string) error {
|
|||||||
if !d.Enable {
|
if !d.Enable {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if !d.UseNatTraversal {
|
||||||
|
continue
|
||||||
|
}
|
||||||
if name != "" && d.Name != name {
|
if name != "" && d.Name != name {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user