From 229797ce1b28e8aa58d108fc5698e52556d1dc0b Mon Sep 17 00:00:00 2001 From: Seb Kuzminsky Date: Mon, 1 Dec 2025 21:14:30 -0700 Subject: [PATCH] udp config files for testing --- udp-other.toml | 5 +++++ udp.toml | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 udp-other.toml create mode 100644 udp.toml diff --git a/udp-other.toml b/udp-other.toml new file mode 100644 index 0000000..e3f5d11 --- /dev/null +++ b/udp-other.toml @@ -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" } diff --git a/udp.toml b/udp.toml new file mode 100644 index 0000000..057b01c --- /dev/null +++ b/udp.toml @@ -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" }