cvmts: rip out raw tcp transport

it's really just a tech debt that nothing uses, these is pretty much no point keeping it
This commit is contained in:
Elijah R
2025-03-21 19:13:15 -04:00
parent e1e5f4a352
commit ab63420075
5 changed files with 0 additions and 141 deletions

View File

@@ -20,13 +20,6 @@ directory = "geoip/"
accountID = ""
licenseKey = ""
[tcp]
# Enabled the raw TCP socket server
# You usually want to leave this disabled
enabled = false
host = "0.0.0.0"
port = 6014
[auth]
# Enables the CollabVM account authentication system
# Requires an authentication server (https://git.computernewb.com/collabvm/CollabVMAuthServer)