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
PCoder 678f6f424e Add a case when back_to is not set 2019-01-30 00:38:09 +01:00
no_ipv4_here Add a case when back_to is not set 2019-01-30 00:38:09 +01:00
static/img Add a basic index.html with deadend image 2019-01-29 23:56:51 +01:00
ungleich_no_ipv4_here Add STATIC_ROOT 2019-01-30 00:04:02 +01:00
.gitignore Update .gitignore: add __pycache__ 2019-01-27 13:58:15 +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.