From fc562d9ba4dea7406bf53eea2f474abaf1892368 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Fri, 26 Apr 2019 00:32:51 -0500 Subject: [PATCH] attempted table fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56bd097..892207a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You'll likely want to create a DNS zone specifically for this script for better 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 | | logroot | Log in as 'root' user over SSH | | windows | Log in over RDP (rdesktop) |