udp config files for testing

This commit is contained in:
Seb Kuzminsky 2025-12-01 21:14:30 -07:00
parent b399777024
commit 229797ce1b
2 changed files with 10 additions and 0 deletions

5
udp-other.toml Normal file
View file

@ -0,0 +1,5 @@
[[interfaces]]
TcpServer = { bind_addr="0.0.0.0:4243" }
[[interfaces]]
Udp = { bind_addr="0.0.0.0:4242", forward_addr="239.0.0.69:4242" }

5
udp.toml Normal file
View file

@ -0,0 +1,5 @@
[[interfaces]]
TcpServer = { bind_addr="0.0.0.0:4242" }
[[interfaces]]
Udp = { bind_addr="0.0.0.0:4242", forward_addr="239.0.0.69:4242" }