From a651cbf71f31e78e06c43a27d1a73b92b9f1bd56 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 23 Oct 2024 23:26:13 +0900 Subject: [PATCH] Create samp.alora.json --- domains/samp.alora.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/samp.alora.json diff --git a/domains/samp.alora.json b/domains/samp.alora.json new file mode 100644 index 000000000..96cfe96d0 --- /dev/null +++ b/domains/samp.alora.json @@ -0,0 +1,13 @@ +{ + "description": "Making my SA-MP server accessible via a custom domain name", + "repo": "https://www.sa-mp.mp/", + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "A": [ + "46.183.184.33" + ] + } +}