mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Small SIP ALG fixes
This commit is contained in:
parent
0023879724
commit
58c4f6cb28
3 changed files with 3 additions and 12 deletions
|
@ -197,8 +197,8 @@ start_service() {
|
|||
set firewall.zone_vpn.auto_helper='1'
|
||||
commit firewall
|
||||
EOF
|
||||
modprobe nf_conntrack_sip 2>&1 >/dev/null
|
||||
modprobe nf_nat_sip 2>&1 >/dev/null
|
||||
modprobe -q nf_conntrack_sip 2>&1 >/dev/null
|
||||
modprobe -q nf_nat_sip 2>&1 >/dev/null
|
||||
fi
|
||||
|
||||
if [ "$(uci -q get rpcd.@rpcd[0].socket)" != "/var/run/ubus/ubus.sock" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue