10 lines
309 B
Markdown
10 lines
309 B
Markdown
# ungleich-no-ipv4-here
|
|
|
|
A simple microservice that responds the following text to all requests
|
|
|
|
```
|
|
Sorry, (this part of) domain $domain is not reachable by IPv4. Please upgrade to IPv6 and try to reach $domain again.
|
|
```
|
|
|
|
Notes before deployment:
|
|
1. Rename env.sample to .env and set all needed parameters.
|