write about rac url

This commit is contained in:
MeexReay 2025-06-18 07:40:57 +03:00
parent 4ee854d8af
commit a102d0d260
2 changed files with 17 additions and 0 deletions

View File

@ -89,6 +89,7 @@ messages starting with a slash are sent to chat only if the `--disable-commands`
- [User agents](docs/user_agents.md)
- [Authenticated mode](docs/auth_mode.md)
- [WRAC protocol (v2.0)](docs/wrac.md)
- [About RAC URL](docs/url.md)
- [FAQ](docs/faq.md)
## see also

16
docs/url.md Normal file
View File

@ -0,0 +1,16 @@
# How does RAC URL work?
RAC URL is used in sRAC and bRAC as the default way of specifying host, running a RAC or WRAC server.
Format of RAC URL:
```
<protocol>://<address>[:<port>]
```
Protocol can be one of these:
| | **SSL** | **No SSL** |
| :--: | :--: | :--: |
| **WebSocket** | wracs:// | wrac:// |
| **No Websocket** | racs:// | rac:// |