Update documentation around Gopher config

This commit is contained in:
Bryan Ashby
2022-08-21 13:43:03 -06:00
parent c8df7f3d6b
commit 92ca571e40
4 changed files with 23 additions and 10 deletions

View File

@@ -33,6 +33,7 @@ npm install # or simply 'yarn'
# 0.0.12-beta to 0.0.13-beta
* To enable the new Waiting for Caller (WFC) support, please see [WFC](docs/modding/wfc.md).
* :exclamation: The SSH server's `ssh2` module has gone through a major upgrade. Existing users will need to comment out two SSH KEX algorithms from their `config.hjson` if present else clients such as NetRunner will not be able to connect over SSH. Comment out `diffie-hellman-group-exchange-sha256` and `diffie-hellman-group-exchange-sha1`
* Gopher configuration change. See [WHATSNEW](WHATSNEW.md)
* All features and changes are backwards compatible. There are a few new configuration options in a new `term` section in the configuration. These are all optional, but include the following options in case you use them:
```hjson