v0.0.2
- Support
--dns-map-exec
flag onnet start
command to automatically determine DNS map by executing commands. Expected command output follows this format:{"my-domain.test":["35.184.47.142"]}
- Example:
sudo -E kwt net start --dns-map-exec='knctl dns-map'
- Example: