From 95d3f24d3ab2e1490e9288ef8ab6d814c459634a Mon Sep 17 00:00:00 2001 From: Xie Zhihao Date: Tue, 26 May 2020 22:27:22 +0800 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8fd4773..d8aeadb 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,10 @@ Examples of configuration file are [here](/configs). - [ ] Build own application layer protocol to realize functions like delay detection - [ ] Discover the way handling packets concurrently to optimize performance +## What's Next + +- A related project called pcap2socks is under development, which is the proxy ARP and pcap part of IkaGo, and the upstream data will be connected to a SOCKS5 client. pcap2socks may be more flexible and owns a better performance than IkaGo using third-party proxy solution. + ## License IkaGo is licensed under [the MIT License](/LICENSE).