diff --git a/README.md b/README.md new file mode 100644 index 0000000..92ef071 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# ProxyServerSharp + +## Description + +A universal proxy server written in C# for educational purposes. + +## Future Roadmap + +So far only SOCKS4 is supported, however SOCKS5, TLS and HTTP are planned to be supported sometime in the near future. + +## Screenshot + +![Screenshot](/Screenshot.png?raw=true "Screenshot") + +## License + +I am releasing this project under the GNU AGPLv3. \ No newline at end of file diff --git a/Screenshot.png b/Screenshot.png new file mode 100644 index 0000000..8191a21 Binary files /dev/null and b/Screenshot.png differ