From bfafd06863af8df6e0e8cfad50510df58fb6f66f Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 22 Nov 2017 14:22:00 +0100 Subject: [PATCH] credits in readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 56e7a53b0..c23b0016c 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ V provides building blocks for network proxy development. Read our [Wiki](https: ## License [The MIT License (MIT)](https://raw.githubusercontent.com/v2ray/v2ray-core/master/LICENSE) + +## Credits + +This repo relies on the following third-party projects: + +* In production: + * [miekg/dns](https://github.com/miekg/dns) + * [gorilla/websocket](https://github.com/gorilla/websocket) +* For testing only: + * [h12w/socks](https://github.com/h12w/socks)