1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2022-08-29 20:08:59 +02:00
parent 0023879724
commit 58c4f6cb28
3 changed files with 3 additions and 12 deletions

View file

@ -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