Results 3 comments of Alaura

> It would also be good to include support for Ventrilo. As well as mumble if your planning on adding everything that is a VOIP for today's services.

> Here is an example of nginx. > > ```nginx > map $http_host $revolt_upstream { > example.com http://127.0.0.1:5000; > api.example.com http://127.0.0.1:8000; > ws.example.com http://127.0.0.1:9000; > autumn.example.com http://127.0.0.1:3000; > january.example.com http://127.0.0.1:7000;...

> > > Here is an example of nginx. > > > ```nginx > > > map $http_host $revolt_upstream { > > > example.com http://127.0.0.1:5000; > > > api.example.com http://127.0.0.1:8000;...