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
wcolmenares c05c677c6d Added static files & domain name fix 2019-01-29 18:06:32 -04:00
no_ipv4_here Added static files & domain name fix 2019-01-29 18:06:32 -04:00
static/img Added static files & domain name fix 2019-01-29 18:06:32 -04:00
static_cdn Added static files & domain name fix 2019-01-29 18:06:32 -04:00
templates Added static files & domain name fix 2019-01-29 18:06:32 -04:00
ungleich_no_ipv4_here Added static files & domain name fix 2019-01-29 18:06:32 -04:00
.env.sample Add first version of the project 2019-01-27 14:26:29 +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
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.