aboutsummaryrefslogtreecommitdiff
path: root/examples/udp/server.toml
blob: a51f2652aa523c2a85e99cc79641e286859ec793 (plain) (blame)
1
2
3
4
5
6
7
[server]
bind_addr = "0.0.0.0:2333"
default_token = "123"

[server.services.foo1]
type = "udp"
bind_addr = "0.0.0.0:5202"