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:
CosminPerRam 2024-07-21 03:01:10 +03:00 committed by GitHub
parent 397817b6d6
commit 41a3d88fb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 78 additions and 3 deletions

View file

@ -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: