forked from sigil-03/transport-node
udp config files for testing
This commit is contained in:
parent
b399777024
commit
229797ce1b
2 changed files with 10 additions and 0 deletions
5
udp-other.toml
Normal file
5
udp-other.toml
Normal 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
5
udp.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue