From f1caff43305884cba76179d4e987a3a50ebc51c4 Mon Sep 17 00:00:00 2001 From: celeron533 Date: Sun, 14 Jul 2019 18:14:11 +0800 Subject: [PATCH] Move Experimental.md to wiki page --- Experimental.md | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 Experimental.md diff --git a/Experimental.md b/Experimental.md deleted file mode 100644 index a8dd34a8..00000000 --- a/Experimental.md +++ /dev/null @@ -1,14 +0,0 @@ -# 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 f3078436..8cb2e702 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,4 @@ Sysproxy () https://github.com/Noisyfox/sysproxy [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 -[Experimental Features]: https://github.com/shadowsocks/shadowsocks-windows/blob/master/Experimental.md \ No newline at end of file +[Experimental Features]: https://github.com/shadowsocks/shadowsocks-windows/wiki/Experimental \ No newline at end of file