diff --git a/config/dns.nix b/config/dns.nix index 24e45d3..14a3401 100644 --- a/config/dns.nix +++ b/config/dns.nix @@ -30,6 +30,17 @@ config = { skynet.records = [ + { + record = "optimus"; + r_type = "A"; + value = "193.1.99.90"; + server = true; + }, + { + record = "panel.games"; + r_type = "CNAME"; + value = "panel.games"; + } #{ # record = "bumblebee"; # r_type = "A";