diff --git a/Experimental.md b/Experimental.md new file mode 100644 index 00000000..a8dd34a8 --- /dev/null +++ b/Experimental.md @@ -0,0 +1,14 @@ +# Experimental Features + +Features list here are not fully tested. + +#### Listening on local IPv6 interface (v4.1.7) + +In `gui-config.json` file, add `isIpv6Enabled` key-value. Default value is `false`. +``` + ... + "isDefault": false, + "isIPv6Enabled": true, + "localPort": 8388, + ... +``` \ No newline at end of file diff --git a/README.md b/README.md index 86883de7..f3078436 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,14 @@ if you want to deactivate all, please clear all textboxes. Please visit [Servers] for more information. +#### Experimental + +[Experimental Features] + #### Development 1. [Visual Studio 2017] & [.NET Framework 4.7.2 Developer Pack] are required. -3. It is recommended to share your idea on the Issue Board before you start to work, +2. It is recommended to share your idea on the Issue Board before you start to work, especially for feature development. #### License @@ -142,4 +146,5 @@ Sysproxy () https://github.com/Noisyfox/sysproxy [.NET Framework 4.7.2 Developer Pack]: https://dotnet.microsoft.com/download/dotnet-framework/net472 [Visual C++ 2015 Redistributable]: https://www.microsoft.com/en-us/download/details.aspx?id=53840 [GPLv3]: https://github.com/shadowsocks/shadowsocks-windows/blob/master/LICENSE.txt -[Working with non SIP003 standard Plugin]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Working-with-non-SIP003-standard-Plugin \ No newline at end of file +[Working with non SIP003 standard Plugin]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Working-with-non-SIP003-standard-Plugin +[Experimental Features]: https://github.com/shadowsocks/shadowsocks-windows/blob/master/Experimental.md \ No newline at end of file