- Replaced EncryptedWriterFut and DecryptedReaderFut with impl Trait
- Replaced boxed future in try_timeout and io_timeout with a static type
- Modified rustfmt configuration, fully reformatted
* Add #102 link in README
* Migrating to tokio, #100
* Migrated to tokio-signal v0.2, reformatted
* Should not call tokio::spawn before tokio::run
* Build nightly and stable with different image tag
* Removed unnecessary rustup install
* Renamed version to v1.7.0-alpha
* Removed deprecated calls of Buf
* Updated dependencies
* [#106] Fixed bug, should not hold UDP connections forever
* Lower info log to debug
* Bump version to v1.7.0-alpha.2
* Implement a simple DNS relay server, bump version to v1.7.0-alpha.3
* Better logging
* Fixed build on travis
* Add elapsed time in log
* Should not exit if handler return error
* reformatted
* Add test for DNS
* Updated ssdns param
* Use `trust-dns` and impl Trait
1. Replaced `ToSocketAddrs` with `trust-dns`
2. Uses impl Trait for functions
3. Updated dependencies
4. Fixed bugs
* Bug fixed, logging crate in ssdns