fix(portal): Fix typo :dns -> :ip in seeds (#8134)

Fixes #8119
This commit is contained in:
Jamil
2025-02-14 12:32:28 -08:00
committed by GitHub
parent bc37e0140b
commit 5efb4b0fe2

View File

@@ -863,7 +863,7 @@ IO.puts("")
{:ok, ip_resource} =
Resources.create_resource(
%{
type: :dns,
type: :ip,
name: "CloudFlare DNS",
address: "1.1.1.1",
address_description: "http://1.1.1.1:3000/",