feat: 🔧 new structure for both tls and non-tls with config files and generics
This commit is contained in:
parent
1350046453
commit
9e8cc84f66
11 changed files with 207 additions and 103 deletions
5
back/configs/relay_configs.txt
Normal file
5
back/configs/relay_configs.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
axum_address: 192.168.1.2:2323
|
||||
listener_address: 192.168.1.2:2424
|
||||
streamer_address: 192.168.1.2:2525
|
||||
latency: 50
|
||||
tls: false
|
Loading…
Add table
Add a link
Reference in a new issue