Transparent DNS Proxy

I found this Github project called Unblock-Youku a few months ago. Besides obvious usefulness of proxying via Chinese server (for watching Chinese TV shows on the web). The cool thing that it does is that it allows you to use its DNS server, which would also act as a HTTP…

Server Setup, Automated

Setup Developement Environment I decide to spin up 1 Digital Ocean VPS to host my projects for now. This can be easily done with a Terraform file I used before: variable "do_token" { default="####################################" } provider "digitalocean" { token = "${var.do_token}" } resource "…

I Decide to Do a Coding Marathon

Build an (web) app every day for 15 8 days straight. Starting from today. I hope to do it by spending 3 hours a day. The project will be hosted on a small server running docker.…