- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
User basis
/etc/hosts
Get IP from domain name from an uncensored DNS
Get IP from domain name from an uncensored DNS
curl -s -H 'accept: application/dns-json' 'https://cloudflare-dns.com/dns-query?name=lemnoslife.com'
Get IP from domain name from an uncensored DNS
DuckDuckGo search Curl DNS over HTTPS.
I would like a curl solution.
Get IP from domain name from an uncensored DNS
nslookup lemnoslife.com 8.8.8.8
I suspect that DNS request to other servers are blocked.
An HTTPS alternative would be fine.
Get IP from domain name from an uncensored DNS
Test open port
Maybe already have opened an issue about it.
netcat -h
Output:
OpenBSD netcat (Debian patchlevel 1.219-1)
usage: nc [-46CDdFhklNnrStUuvZz]…
Now there is a captcha?
Get byte position of first difference
Benjamin-Loison/Signal-Android/issues/52#issuecomment-2450664007 shows a solution.
Get byte position of first difference
Get byte position of first difference
DuckDuckGo search Linux get byte position of first difference.
Get byte position of first difference
diff --help
Output:
Usage: diff [OPTION]... FILES
Compare FILES line by line.
Mandatory arguments to long options are mandatory for short…
Get byte position of first difference