mirror of
https://github.com/simon-ding/polaris.git
synced 2026-03-14 13:40:47 +08:00
fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user