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 23c35162ac Add STATIC_ROOT path 2019-02-02 21:41:50 +01:00
no_ipv4_here Improve some styles 2019-02-02 21:35:21 +01:00
static/img Add favicon.ico 2019-02-02 20:47:52 +01:00
ungleich_no_ipv4_here Add STATIC_ROOT path 2019-02-02 21:41:50 +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.