(possibly) Added UDP linker capabilities

This commit is contained in:
Caleb Gardner
2021-09-21 06:25:37 -05:00
parent 1be4378071
commit b7fd4ec7d8
3 changed files with 28 additions and 17 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
Experimenting with a Go server for personal uses. Combines a simple website server with a tcp forwarder.
Configure which ports go to which addresses via /etc/darkstorm-server.conf in the form `port address`.
Configure which ports go to which addresses via /etc/darkstorm-server.conf in the form `type port address`. If type is not given, tcp is assumed.