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. ```
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nico Schottelius 64e4c3813d + new picture 4 years ago
no_ipv4_here Update view, remove debug printing 4 years ago
static/img + new picture 4 years ago
ungleich_no_ipv4_here Fix bug: the way we get the string env 4 years ago
.gitignore Update .gitignore: add __pycache__ 4 years ago
CHANGELOG.md Add a hyperlink to the domain if `back_to` GET parameter is passed 4 years ago
README.md Add env.sample 4 years ago
env.sample Add env.sample 4 years ago
manage.py Add first version of the project 4 years ago
requirements.txt Add requirements.txt 4 years ago

README.md

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.