From 8b761a65d5fd55da75c041b7164cb96e32742f8a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 7 Apr 2019 14:40:24 -0700 Subject: [PATCH] fixups --- blog/site-to-site-wireguard-part-2-2019-04-07.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/blog/site-to-site-wireguard-part-2-2019-04-07.markdown b/blog/site-to-site-wireguard-part-2-2019-04-07.markdown index c105c41..bd461e9 100644 --- a/blog/site-to-site-wireguard-part-2-2019-04-07.markdown +++ b/blog/site-to-site-wireguard-part-2-2019-04-07.markdown @@ -115,7 +115,7 @@ $ORIGIN pele. ; servers ;; Map the name oho.pele. to 10.55.0.1 -oho IN A 10.55.0.1 +oho.pele. IN A 10.55.0.1 ;; Map the IP address 10.55.0.1 to the name oho.pele. 1.0.55.10.in-addr.arpa. IN PTR oho.pele. @@ -123,7 +123,7 @@ oho IN A 10.55.0.1 ; clients ;; Map the name sitelen-sona.pele. to 10.55.1.1 -sitelen-sona IN A 10.55.1.1 +sitelen-sona.pele. IN A 10.55.1.1 ;; Map the IP address 10.55.1.1 to sitelen-sona.pele. 1.1.55.10.in-addr.arpa. IN PTR sitelen-sona.pele. @@ -160,14 +160,15 @@ Note that this will include a [Start of Authority or `SOA`](https://en.m.wikiped ``` @ IN SOA oho.pele. some@email.address. ( - 2019040602 ; serial number YYMMDDNN + 2019040602 ; serial number YYYYMMDDNN 28800 ; Refresh 7200 ; Retry 864000 ; Expire 60 ; Min TTL ) - IN NS oho.pele. +; Also not required but some weird clients may want this. +@ IN NS oho.pele. ``` ### Hosting the Zonefile Over HTTP/HTTPS