This commit is contained in:
Stephen Cochrane 2020-11-10 21:21:55 +02:00
parent 784dc3b7f6
commit 763c51391f
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ main () {
do
case $opt in
d)
dev="<h4 class=dev>Please note, this is the development page, things may be broken\.<\/h4><details><summary>Details<\/summary>This version of my website is hosted inside a docker container and pulls from origin\/dev every 10 seconds, hence it is possible for the site to be unstable, this is only for demo purposes\.<\/details>"
dev="<h4 class=dev>Please note, this is the development page, things may be broken\.<\/h4><details><summary>Details<\/summary>This version of my website is hosted inside a <a href=https:\/\/github.com\/skiqqy\/skiqqy-docker>docker container<\/a> and pulls from origin\/dev every 10 seconds, hence it is possible for the site to be unstable, this is only for demo purposes\.<\/details>"
;;
*)
exit 2

1
dns.py
View File

@ -40,6 +40,7 @@ domains = {
{"name": "files", "type": "A"},
{"name": "social", "type": "A"},
{"name": "music", "type": "A"},
{"name": "dev", "type": "A"},
]
}