On my Fairphone 4 Termux:
```bash
curl https://yt.lemnoslife.com
```
```
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31396 ms: Could not connect to server
```
```bash
curl https://yt.lemnoslife.com
```
```
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31557 ms: Could not connect to server
```
```bash
curl --connect-timeout 60 https://yt.lemnoslife.com
```
```
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31389 ms: Could not connect to server
```
```bash
curl --max-time 60 --connect-timeout 60 https://yt.lemnoslife.com
```
```
curl: (28) Failed to connect to yt.lemnoslife.com port 443 after 31483 ms: Could not connect to server
```
```bash
time nslookup yt.lemnoslife.com
```
```
Server: 8.8.8.8
Address: 8.8.8.8#53
Non-authoritative answer:
Name: yt.lemnoslife.com
Address: 129.151.245.17
real 0m0.107s
user 0m0.015s
sys 0m0.014s
```
Source: [the Unix Stack Exchange answer 94612](https://unix.stackexchange.com/a/94612)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
On my Fairphone 4 Termux:
Source: the Unix Stack Exchange answer 94612
Would help YouTube-operational-API/issues/165.