mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-06-24 02:42:57 +03:00
write about rac url
This commit is contained in:
parent
4ee854d8af
commit
a102d0d260
@ -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
16
docs/url.md
Normal 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:// |
|
Loading…
x
Reference in New Issue
Block a user