mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
feat: add minetest master server service (#209)
* feat: add minetest master server service" * restore tf2 example * chore: replace default with None * fix: make it available only on TLS and serde * docs: update changelog
This commit is contained in:
parent
397817b6d6
commit
41a3d88fb5
6 changed files with 78 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Supported services:
|
||||
|
||||
| Name | Documentation reference |
|
||||
|---------------------|-------------------------------------------------------------------------------------------------------|
|
||||
| Valve Master Server | [Master Server Query Protocol](https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol) |
|
||||
| Name | Documentation reference |
|
||||
|------------------------|-------------------------------------------------------------------------------------------------------|
|
||||
| Valve Master Server | [Master Server Query Protocol](https://developer.valvesoftware.com/wiki/Master_Server_Query_Protocol) |
|
||||
| MineTest Master Server | [Node-GameDig](https://github.com/gamedig/node-gamedig/blob/master/protocols/minetest.js) |
|
||||
|
||||
## Planned to add support:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue