mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
Revert "TXT record attests ownership for the Public Suffix List"
This reverts commit dea655a990
.
The Public Suffix List (PSL) denied our pull request to add sslip.io to
their list: <https://github.com/publicsuffix/list/pull/2206>
So there's no reason to keep their TXT record around; it only adds to
the clutter.
This commit is contained in:
@@ -176,10 +176,6 @@ var _ = Describe("sslip.io-dns-server", func() {
|
||||
"@localhost sslip.io +short +vc",
|
||||
`\A78.46.204.247\n\z`,
|
||||
`TypeA sslip.io. \? 78.46.204.247\n`),
|
||||
Entry(`TXT for _psl sslip.io is a link to the pull request for putting sslip.io on the Public Suffix List`,
|
||||
"@localhost _psl.sslip.io txt +short",
|
||||
`\A"https://github.com/publicsuffix/list/pull/2206"\n\z`,
|
||||
`TypeTXT _psl.sslip.io. \? \["https://github.com/publicsuffix/list/pull/2206"\]`),
|
||||
)
|
||||
})
|
||||
Describe("for more complex assertions", func() {
|
||||
|
Reference in New Issue
Block a user