31333337 / bmrng

1 stars 2 forks source link

feat: configurable server host address and port #17

Open xendarboh opened 1 year ago

xendarboh commented 1 year ago

Trellis config builder hard-codes ports :8000 for mix-net servers, and :8900 for mix-net clients. Port flexibility is useful and proper for a number of reasons, including ability to launch multiple instances on single host and abstract local vs remote hosts.

Remote hosts are managed in ip.list. R&D something like host.list with format <ip>:<port>.