WG Is on demand (not using in failover).Do you have any VPNs ( such as wireguard ) in the mix via a specific WAN, and also any port forwarding to servers --> on either LAN??..........
[$recvSMS lteIP="192.168.8.1"];
# recv SMS via LTE modem API with fetch
:put ([/tool fetch http-method=post output=user \
http-header-field=$apiHead \
url="http://$lteIP/api/sms/sms-list" \
http-data=$recvData as-value]->"data");
}
Found solution in another author's scriptHi.
I'm starting to deal with scripts. Can't figure out what I need to change (uncomment) to make it work?