Skip to content

Commit e9c27c8

Browse files
authored
Merge pull request #77 from noclocks/develop
[PR]: Feedback Sub-Domain
2 parents a7d431c + 1bc73a1 commit e9c27c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dnsconfig.js

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ D(
114114
// CNAME Records - Development
115115
,CNAME("dev", "ghs.googlehosted.com.")
116116

117+
// CNAME Records - Feedback Sub-Domain
118+
,CNAME("feedback", "cname.frill.co.")
119+
117120
// MX Records - Google Workspace
118121
, MX("@", 1, "smtp.google.com.")
119122

0 commit comments

Comments
 (0)