From 0bd07deece0dd84d1f200c1ea2c9efa18a479b4e Mon Sep 17 00:00:00 2001 From: LolgamerHD Date: Mon, 28 Apr 2025 19:53:41 +0200 Subject: [PATCH 1/2] added linus subdomain --- domains/_acme-challenge-linus.json | 9 +++++++++ domains/_acme-challenge.www.linus.json | 9 +++++++++ domains/_discord.linus.json | 9 +++++++++ domains/linus.json | 9 +++++++++ domains/www.linus.json | 9 +++++++++ 5 files changed, 45 insertions(+) create mode 100644 domains/_acme-challenge-linus.json create mode 100644 domains/_acme-challenge.www.linus.json create mode 100644 domains/_discord.linus.json create mode 100644 domains/linus.json create mode 100644 domains/www.linus.json diff --git a/domains/_acme-challenge-linus.json b/domains/_acme-challenge-linus.json new file mode 100644 index 000000000..3f639e030 --- /dev/null +++ b/domains/_acme-challenge-linus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LolgamerHDDE", + "email": "linus@syncwi.de" + }, + "records": { + "TXT": "FsLxq4thrqbxSGhOZH7gGxx1w7_cb5Y29TVGr3mgnE0" + } +} \ No newline at end of file diff --git a/domains/_acme-challenge.www.linus.json b/domains/_acme-challenge.www.linus.json new file mode 100644 index 000000000..5b195d544 --- /dev/null +++ b/domains/_acme-challenge.www.linus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LolgamerHDDE", + "email": "linus@syncwi.de" + }, + "records": { + "TXT": "cU-twfms1UDUGJV0XwjHf5AC5v4EEGrF6qIgIgLnGZQ" + } +} \ No newline at end of file diff --git a/domains/_discord.linus.json b/domains/_discord.linus.json new file mode 100644 index 000000000..30f810e7a --- /dev/null +++ b/domains/_discord.linus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LolgamerHDDE", + "email": "linus@syncwi.de" + }, + "records": { + "TXT": "dh=1e6c5b3603acbfac43c9008d1b6dc0b40567ee8e" + } +} \ No newline at end of file diff --git a/domains/linus.json b/domains/linus.json new file mode 100644 index 000000000..79ae4bbd6 --- /dev/null +++ b/domains/linus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LolgamerHDDE", + "email": "linus@syncwi.de" + }, + "records": { + "A": "45.84.196.164" + } +} \ No newline at end of file diff --git a/domains/www.linus.json b/domains/www.linus.json new file mode 100644 index 000000000..062737117 --- /dev/null +++ b/domains/www.linus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LolgamerHDDE", + "email": "linus@syncwi.de" + }, + "records": { + "CNAME": "linus.is-a.dev." + } +} \ No newline at end of file From c886bc410c578132f7a06dea07d76823d8bd7087 Mon Sep 17 00:00:00 2001 From: LolgamerHD Date: Tue, 6 May 2025 17:16:55 +0200 Subject: [PATCH 2/2] Resolved issues --- .../{_acme-challenge-linus.json => _acme-challenge.linus.json} | 0 domains/linus.json | 2 +- domains/www.linus.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename domains/{_acme-challenge-linus.json => _acme-challenge.linus.json} (100%) diff --git a/domains/_acme-challenge-linus.json b/domains/_acme-challenge.linus.json similarity index 100% rename from domains/_acme-challenge-linus.json rename to domains/_acme-challenge.linus.json diff --git a/domains/linus.json b/domains/linus.json index 79ae4bbd6..a9d1928a6 100644 --- a/domains/linus.json +++ b/domains/linus.json @@ -4,6 +4,6 @@ "email": "linus@syncwi.de" }, "records": { - "A": "45.84.196.164" + "A": ["45.84.196.164"] } } \ No newline at end of file diff --git a/domains/www.linus.json b/domains/www.linus.json index 062737117..97d9230d9 100644 --- a/domains/www.linus.json +++ b/domains/www.linus.json @@ -4,6 +4,6 @@ "email": "linus@syncwi.de" }, "records": { - "CNAME": "linus.is-a.dev." + "CNAME": "linus.is-a.dev" } } \ No newline at end of file