Update
This commit is contained in:
parent
aca33c3cc4
commit
2743eb1a3f
1
dns.py
1
dns.py
|
@ -36,6 +36,7 @@ domains = {
|
||||||
{"name": "proj", "type": "A"},
|
{"name": "proj", "type": "A"},
|
||||||
{"name": "blog", "type": "A"},
|
{"name": "blog", "type": "A"},
|
||||||
{"name": "pay", "type": "A"},
|
{"name": "pay", "type": "A"},
|
||||||
|
{"name": "wiki", "type": "A"},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
</style><pre>
|
</style><pre>
|
||||||
|
|
||||||
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=http://blog.skiqqy.xyz>Blog</a> <a href=http://skiqqy.xyz/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a>
|
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=http://blog.skiqqy.xyz>Blog</a> <a href=http://skiqqy.xyz/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a> <a href=http://wiki.skiqqy.xyz/>Wiki</a>
|
||||||
|
|
||||||
<a href=http://git.skiqqy.xyz/explore>My Git Server</a> <a href=http://irc.skiqqy.xyz/>IRC Webclient (Channel: #club45)</a>
|
<a href=http://git.skiqqy.xyz/explore>My Git Server</a> <a href=http://irc.skiqqy.xyz/>IRC Webclient (Channel: #club45)</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue