2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 14:25:30 +00:00

Adding a few touches to docs to test publish (#984)

Adding a few changes to docs to see if publish site does indeed work
This commit is contained in:
Paul Cleary
2020-09-29 14:37:04 -04:00
committed by GitHub
parent 0725093636
commit 20a3708c42
2 changed files with 5 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ env:
jobs:
build:
name: Build and Test
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
os: [ubuntu-latest]
@@ -78,6 +79,7 @@ jobs:
func:
name: Func Test
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
os: [ubuntu-latest]

View File

@@ -32,8 +32,9 @@ of your zone. This ID is also present in the URL (if on that page its the ID
To create a record with the same name as your zone, you have to use the special
`@` character for the record name when you create your record set.
> You cannot create CNAME records with *@* as those are not supported. All other
record types should be fine using the *@* symbol
You cannot create CNAME records with *@* as those are not supported. While some DNS services like
Route 53 support an ALIAS record type that _does_ support a CNAME style *@*, ALIAS are not an official standard yet.
All other record types should be fine using the *@* symbol.
### 4. When I try to connect to my zone, I am seeing REFUSED <a id="4"></a>
When VinylDNS connects to a zone, it first validates that the zone is suitable