Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 382 Bytes

automatic_master_lookup.md

File metadata and controls

8 lines (6 loc) · 382 Bytes

If you have multiple Helios masters, you can setup DNS records so the CLI can discover masters automatically for your domain:

helios -d example.net

What we're actually doing for the -d flag is looking up the _helios._https.<domain> SRV record, falling back to _helios._http.<domain> if no HTTPS SRV records are found, and selecting a master from the returned endpoints.