From c2f6608fb227fc5755a74c827e3b97a82072c8cd Mon Sep 17 00:00:00 2001 From: rlbr Date: Tue, 23 Oct 2018 13:02:07 -0500 Subject: [PATCH] finalized structure of the hostnames.ini file --- hostnames.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hostnames.ini b/hostnames.ini index e69de29..02d5cde 100644 --- a/hostnames.ini +++ b/hostnames.ini @@ -0,0 +1,8 @@ +[lan] +room = raphael@room +router = root@router +;cloud = +[wan] +host = rlbrhost.ddns.net +room = raphael@${wan:host} +router = root@{wan:host} \ No newline at end of file