Browse Source

Update README

Add Experimental.md
tags/4.1.7
celeron533 5 years ago
parent
commit
4c864fe14d
2 changed files with 21 additions and 2 deletions
  1. +14
    -0
      Experimental.md
  2. +7
    -2
      README.md

+ 14
- 0
Experimental.md View File

@@ -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,
...
```

+ 7
- 2
README.md View File

@@ -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
[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

Loading…
Cancel
Save