UDP proxy for Valheim dedicated server Systemd socket activation https://blog.nytsoi.net/2024/07/18/valheim-systemd-socket-activation
Find a file
2024-07-19 11:26:39 +03:00
systemd Add example usage with Valheim dedicated server 2024-07-18 14:15:39 +03:00
.gitignore Initial commit 2024-07-17 17:20:53 +00:00
.tool-versions First pass 2024-07-18 01:11:59 +03:00
index.js I should not write code after midnight 2024-07-19 00:12:55 +03:00
LICENSE First pass 2024-07-18 01:11:59 +03:00
package.json Fix bugz 2024-07-18 01:24:37 +03:00
README.md Add blog link 2024-07-19 11:26:39 +03:00

valproxy

UDP proxy for Valheim dedicated server Systemd socket activation.

This is theoretically a non-Valheim specific UDP proxy that can proxy any UDP traffic from a Systemd socket into a specified local or remote target (bi-directionally), but the feature set and configuration is focused on running the Valheim dedicated server.

The systemd folder contains example socket and server files detailing how it can be set up.

This project is described in more detail in my blog at https://blog.nytsoi.net/2024/07/18/valheim-systemd-socket-activation