chatmail/cmdeploy
link2xt a44ed0aeb3 Use dig +short option to simplify DNS parsing
Without this option parsing of answer was flaky
as for long records like
_submission._tcp.nine.testrun.org.
dig printed the result with a space rather
than tab as a separator and .split("\t") did not work.

This change makes the `dig` command print the answer
in the form we need so there is no need for complex parsing
other than taking the first line.

`-r` option is added to make sure options are not changed by .digrc
in the root home directory.
2023-12-22 21:49:12 +00:00
..
src/cmdeploy Use dig +short option to simplify DNS parsing 2023-12-22 21:49:12 +00:00
pyproject.toml move tests into cmdeploy 2023-12-11 18:12:23 +01:00