diff --git a/Solutions/challenge-forward-proxy.md b/Solutions/challenge-forward-proxy.md index 4b6a90c..5952e69 100644 --- a/Solutions/challenge-forward-proxy.md +++ b/Solutions/challenge-forward-proxy.md @@ -7,3 +7,4 @@ The shared solutions: | No. | Solution | Language | Author | |-----|----------|----------|--------| | 1 | [Write your own forward proxy server](https://github.com/malahor1610/ForProx) | Java | [malahor1610](https://github.com/malahor1610) | +| 2 | [Forward HTTP/HTTPS Proxy using Raw Sockets](https://github.com/gajraj-m/forward-proxy) | Python | [gajraj-m](https://github.com/gajraj-m) |