mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-04 08:15:18 +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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,6 +13,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
@@ -78,6 +79,7 @@ jobs:
|
|||||||
|
|
||||||
func:
|
func:
|
||||||
name: Func Test
|
name: Func Test
|
||||||
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
|
@@ -32,8 +32,9 @@ of your zone. This ID is also present in the URL (if on that page it’s the ID
|
|||||||
To create a record with the same name as your zone, you have to use the special
|
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.
|
`@` character for the record name when you create your record set.
|
||||||
|
|
||||||
> You cannot create CNAME records with *@* as those are not supported. All other
|
You cannot create CNAME records with *@* as those are not supported. While some DNS services like
|
||||||
record types should be fine using the *@* symbol
|
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>
|
### 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
|
When VinylDNS connects to a zone, it first validates that the zone is suitable
|
||||||
|
Reference in New Issue
Block a user