What is all the output when you run this on the router?
What is your WAN DNS set to?Code:nslookup raw.githubusercontent.com
admin@router:/tmp/home/root# nslookup raw.githubusercontent.com
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
Name: raw.githubusercontent.com
Address 1: 151.101.196.133
also if i do a ping
admin@router:/tmp/home/root# ping raw.githubusercontent.com
PING raw.githubusercontent.com (151.101.196.133): 56 data bytes
64 bytes from 151.101.196.133: seq=0 ttl=57 time=17.757 ms
64 bytes from 151.101.196.133: seq=1 ttl=57 time=17.424 ms
^C
--- raw.githubusercontent.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 17.424/17.590/17.757 ms
I think the issue is with curl.
I just installed entware curl
with the built in curl
admin@router:/tmp/home/root# curl -fL https://www.apple.com
curl: (48) An unknown option was passed in to libcurl
with entware
/opt/bin/curl -fL https://www.apple.com
it get a bunch of stuff.
so the issue is definitely with the built in curl.
I updated the firewall script to use the curl in /opt/bin/ and its working.
Last edited: