IceBrick
Results
2
issues of
IceBrick
How to add token?
Before: ```yaml config: lite: enabled: true routes: - host: server1.example.com backend: localhost:25566 ``` After: ```yaml config: lite: enabled: true routes: - host: server1.example.com backend: localhost:25566 - host: server2.example.com backend: localhost:25567...