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. ``
Go to file
Nico Schottelius ce6f4c5ff5 Reformat again :-) 2019-02-05 15:17:04 +01:00
no_ipv4_here Reformat again :-) 2019-02-05 15:17:04 +01:00
static/img Update picture, update documentation 2019-02-05 15:10:21 +01:00
ungleich_no_ipv4_here Fix bug: the way we get the string env 2019-02-02 21:47:31 +01:00
.gitignore Update .gitignore: add __pycache__ 2019-01-27 13:58:15 +01:00
CHANGELOG.md Add a hyperlink to the domain if `back_to` GET parameter is passed 2019-02-02 22:23:46 +01:00
README.md Add env.sample 2019-01-27 14:47:47 +01:00
env.sample Add env.sample 2019-01-27 14:47:47 +01:00
manage.py Add first version of the project 2019-01-27 14:26:29 +01:00
requirements.txt Add requirements.txt 2019-01-27 14:43:13 +01:00

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.