home.nas: fix firewall and interface names
This commit is contained in:
parent
9b11e69a73
commit
7ff8319f09
1 changed files with 4 additions and 4 deletions
|
@ -69,11 +69,11 @@ nodes['home.nas'] = {
|
|||
},
|
||||
'5060': { # yate SIP
|
||||
'home.snom-wohnzimmer',
|
||||
'home.bubble01',
|
||||
'home.mitel-rfp35',
|
||||
},
|
||||
'5061': { # yate SIPS
|
||||
'home.snom-wohnzimmer',
|
||||
'home.bubble01',
|
||||
'home.mitel-rfp35',
|
||||
},
|
||||
# yate RTP uses some random UDP port. We cannot firewall
|
||||
# it, because for incoming calls the other side decides
|
||||
|
@ -83,7 +83,7 @@ nodes['home.nas'] = {
|
|||
# to deal with randomly changing IPs here.
|
||||
'*/udp': {
|
||||
'home.snom-wohnzimmer',
|
||||
'home.bubble01',
|
||||
'home.mitel-rfp35',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -151,7 +151,7 @@ nodes['home.nas'] = {
|
|||
'bridges': {
|
||||
'br0': {
|
||||
'match': {
|
||||
'enp1s0',
|
||||
'eno1',
|
||||
},
|
||||
},
|
||||
'br1138': {
|
||||
|
|
Loading…
Reference in a new issue