config
●─ Adapter Options ──────────────● │
│ Ethernet : Available | [On] | Connected │
│ WiFi : Not Found | [Off] | Disconnected │
│ Onboard WiFi : [Off] │
│ ●─ Additional Options ───────────● │
│ IPv6 : [On] │
│ Prefer IPv4 : [On] │
│ Proxy : [Off] │
Try_1
root@DietPi:~# wget -v --spider https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi.txt
Spider mode enabled. Check if remote file exists.
--2021-01-18 16:24:42-- https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.140.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.140.133|:443... connected.
Try_2
root@DietPi:~# curl -IL https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi.txt
HTTP/2 200
content-type: text/plain; charset=utf-8
cache-control: max-age=300
content-security-policy: default-src 'none'; style-src 'unsafe-inline'; sandbox
etag: "c03658be5fa4c240351ae67f33338ac48a4916d6c115177fa3f8e6f2736b7bb9"
strict-transport-security: max-age=31536000
x-content-type-options: nosniff
x-frame-options: deny
x-xss-protection: 1; mode=block
via: 1.1 varnish (Varnish/6.0), 1.1 varnish
x-github-request-id: 73A0:675E:1041E9:12599B:6005B747
accept-ranges: bytes
date: Mon, 18 Jan 2021 16:28:55 GMT
x-served-by: cache-fjr7920-FJR
x-cache: HFM, MISS
x-cache-hits: 0, 0
x-timer: S1610987335.108782,VS0,VE279
vary: Authorization,Accept-Encoding, Accept-Encoding
access-control-allow-origin: *
x-fastly-request-id: de19f6f9ca2dfb01be602a5fbe007c54c5181957
expires: Mon, 18 Jan 2021 16:33:55 GMT
source-age: 0
content-length: 12914
Try_3
root@DietPi:~# wget -v --spider -6 https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi.txt
Spider mode enabled. Check if remote file exists.
--2021-01-18 16:29:30-- https://raw.githubusercontent.com/MichaIng/DietPi/master/dietpi.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... failed: Name or service not known.
wget: unable to resolve host address ‘raw.githubusercontent.com’
I may need to listen it with wireshark
This my very first raspberry experience, lol.