Skhron on Nostr: MinibitsCash please check your IPv6, webserver is not reachable: ``` $ curl -4 -I ...
MinibitsCash (npub1kva…tkzv) please check your IPv6, webserver is not reachable:
```
$ curl -4 -I https://minibits.cash/.well-known/nostr.json
HTTP/2 404
server: nginx/1.27.0
date: Thu, 05 Dec 2024 18:59:53 GMT
content-type: application/json; charset=utf-8
content-length: 136
$ curl -6 -I https://minibits.cash/.well-known/nostr.json
curl: (7) Failed to connect to minibits.cash port 443 after 72 ms: Could not connect to server
```
```
$ curl -4 -I https://minibits.cash/.well-known/nostr.json
HTTP/2 404
server: nginx/1.27.0
date: Thu, 05 Dec 2024 18:59:53 GMT
content-type: application/json; charset=utf-8
content-length: 136
$ curl -6 -I https://minibits.cash/.well-known/nostr.json
curl: (7) Failed to connect to minibits.cash port 443 after 72 ms: Could not connect to server
```