/root/etc/localhost.json (1)

From RaySoft
{
    "self": {
        "title":        "localhost.json",
        "project":      "Gentoo 4 Shuttle DS57Ux",
        "scope":        "Native",
        "copyright":    "2024 by RaySoft, Zurich, Switzerland",
        "license":      "GNU General Public License (GPL) 2.0",
        "license_url":  "https://www.gnu.org/licenses/gpl2.txt",
        "comment":      ""
    },

    "soa": {
        "master":   "ns1.raysoft.loc.",
        "admin":    "root.raysoft.loc.",
        "refresh":  86400,
        "retry":    7200,
        "expire":   3600000,
        "ttl":      172800
    },

    "zones": {
        "forward": {
            "name": "localhost",
            "ttl":  3600
        },
        "reverse": {
            "name": "127.0.0",
            "ttl":  3600
        }
    },

    "servers": {
        "dns": [
            "ns1.raysoft.loc.",
            "ns2.raysoft.loc."
        ]
    },

    "hosts": {
        "": {
            "description":  "Localhost",
            "ip":           "127.0.0.1",
            "alias":        []
        }
    }
}