From 294fae30c6ed43eddc2422b54f90985ddda186d8 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Fri, 26 Apr 2019 00:33:37 -0500 Subject: [PATCH] attempted table fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 892207a..4a29420 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ export SORC_PASS_FILE="$HOME/.some_file" You'll likely want to create a DNS zone specifically for this script for better control over the hosts included. I would recommend using a TLD not normally available, to be sure you don't have any overlap with existing DNS names. This domain doesn't need to be publicly queried, and actually it's probably in interest of security if it isn't. There are 4 types of hosts supported right now, which are identified by accompanying TXT records. The default (no TXT record) is to use SSH with your normal configured username. The other 3 types require a TXT record to match the A record of the host, and have the following properties: + | TXT value | Effect | |-----------|-----------------------------------------| | [none] | Log in as configured user over SSH |