You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Experimental.md 300 B

1234567891011121314
  1. # Experimental Features
  2. Features list here are not fully tested.
  3. #### Listening on local IPv6 interface (v4.1.7)
  4. In `gui-config.json` file, add `isIpv6Enabled` key-value. Default value is `false`.
  5. ```
  6. ...
  7. "isDefault": false,
  8. "isIPv6Enabled": true,
  9. "localPort": 8388,
  10. ...
  11. ```