From 5efb4b0fe258d53850cacccff23ce1e664c64c22 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 14 Feb 2025 12:32:28 -0800 Subject: [PATCH] fix(portal): Fix typo :dns -> :ip in seeds (#8134) Fixes #8119 --- elixir/apps/domain/priv/repo/seeds.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/apps/domain/priv/repo/seeds.exs b/elixir/apps/domain/priv/repo/seeds.exs index c8cbdba28..4bd2350e6 100644 --- a/elixir/apps/domain/priv/repo/seeds.exs +++ b/elixir/apps/domain/priv/repo/seeds.exs @@ -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/",