<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.opennic.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>OpenNIC Wiki - opennic</title>
        <description></description>
        <link>https://wiki.opennic.org/</link>
        <lastBuildDate>Thu, 30 Apr 2026 22:19:20 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.opennic.org/_media/wiki/dokuwiki.svg</url>
            <title>OpenNIC Wiki</title>
            <link>https://wiki.opennic.org/</link>
        </image>
        <item>
            <title>DNSSEC Validation - update current keys and samples</title>
            <link>https://wiki.opennic.org/opennic/dnssec?rev=1777484974&amp;do=diff</link>
            <description>DNSSEC Validation

DNSSEC is a mechanism that prevents DNS forgeries that could potentially redirect you or your Tier 2 users to malicious sites.

Tier 2 Configuration

FIXME We&#039;re looking for guides for other DNS software, contributions welcome!

Tier 2 providers may enable DNSSEC validation by following the guide(s) below, corresponding to their</description>
            <author>joestr1@undisclosed.example.com (joestr1)</author>
            <pubDate>Wed, 29 Apr 2026 17:49:34 +0000</pubDate>
        </item>
        <item>
            <title>.o TLD - .o TLD</title>
            <link>https://wiki.opennic.org/opennic/dot/o?rev=1776287254&amp;do=diff</link>
            <description>.o TLD

Charter

The .o TLD, is to be used by commercial and non-commercial entities (individuals or groups) to promote themselves on the OpenNIC network. This domain is intended to be general-purpose, and as such, registration is open with minimal restrictions.</description>
            <author>EMREOYUN@undisclosed.example.com (EMREOYUN)</author>
            <pubDate>Wed, 15 Apr 2026 21:07:34 +0000</pubDate>
        </item>
        <item>
            <title>OpenNIC Operated Top-Level Domains - .o TLD</title>
            <link>https://wiki.opennic.org/opennic/dot?rev=1776286972&amp;do=diff</link>
            <description>OpenNIC Operated Top-Level Domains

These are the Top-Level Domains (TLDs) which are currently being served by OpenNIC, are being constructed with the approval of OpenNIC or which have been proposed to OpenNIC. There are links to the appropriate Web and email contacts for those which are currently accepting domain name registrations.</description>
            <author>EMREOYUN@undisclosed.example.com (EMREOYUN)</author>
            <pubDate>Wed, 15 Apr 2026 21:02:52 +0000</pubDate>
        </item>
        <item>
            <title>TLS Certificates - Update Debian instructions</title>
            <link>https://wiki.opennic.org/opennic/tls?rev=1736528996&amp;do=diff</link>
            <description>TLS Certificates

Current deployment

There is an experimental acme server in place at &lt;https://playground.acme.libre&gt; to automatically obtain TLS certificates for servers under all OpenNIC top level domains (Restricted by Name Constraints).
The trust anchor for these certificates can be downloaded</description>
            <author>koala@undisclosed.example.com (koala)</author>
            <pubDate>Fri, 10 Jan 2025 17:09:56 +0000</pubDate>
        </item>
        <item>
            <title>Automatic OpenNIC Zone Generation</title>
            <link>https://wiki.opennic.org/opennic/srvzone?rev=1687088872&amp;do=diff</link>
            <description>Automatic OpenNIC Zone Generation

The information below is based on a Debian/Ubuntu server with BIND9 installed. You may need to make adjustments for different distributions or if you are using a chroot setup. The directions below do not require that you already have access to OpenNIC domains for configuration. All steps will be performed from the command line.</description>
            <author>resingm@undisclosed.example.com (resingm)</author>
            <pubDate>Sun, 18 Jun 2023 11:47:52 +0000</pubDate>
        </item>
        <item>
            <title>OpenNIC TLD/Root Servers - [Zone Authoritative Servers] </title>
            <link>https://wiki.opennic.org/opennic/tld-servers?rev=1674415482&amp;do=diff</link>
            <description>OpenNIC TLD/Root Servers

For an up-to-date list of all servers and their status, check out the servers status site.

Root Servers

Do not query this server directly. Use the Tier 2 servers instead. Root servers are not used for recursively resolving domain names.</description>
            <author>Olde16@undisclosed.example.com (Olde16)</author>
            <pubDate>Sun, 22 Jan 2023 19:24:42 +0000</pubDate>
        </item>
        <item>
            <title>OpenNIC Infrastructure - Added a few links to spice it up a little</title>
            <link>https://wiki.opennic.org/opennic/start?rev=1674413858&amp;do=diff</link>
            <description>OpenNIC Infrastructure

OpenNIC infrastructure related wiki pages

→ Root Servers and TLD Servers

→ Tier 1 Servers

→ Tier 2 Servers

→ Namespaces / Zones</description>
            <author>Olde16@undisclosed.example.com (Olde16)</author>
            <pubDate>Sun, 22 Jan 2023 18:57:38 +0000</pubDate>
        </item>
        <item>
            <title>BIND9 Zone Configuration - [/etc/bind/db.opennic]  Updated name servers</title>
            <link>https://wiki.opennic.org/opennic/t2slaved/zonefile?rev=1672772904&amp;do=diff</link>
            <description>BIND9 Zone Configuration

Tier 1 Server

Tier 2 Server

/etc/bind/named.conf.local




view &quot;opennic&quot; {
        allow-query { any; };
        match-clients { any; };
        recursion yes;
        max-cache-size 30%;

######################################## ROOT OPENNIC
        zone &quot;.&quot; {
                type secondary;
                file &quot;/etc/bind/zones/slaves/db.root&quot;;
                masters { 195.201.99.61; 168.119.153.26; };
                allow-transfer { any; };
                notif…</description>
            <author>Olde16@undisclosed.example.com (Olde16)</author>
            <pubDate>Tue, 03 Jan 2023 19:08:24 +0000</pubDate>
        </item>
        <item>
            <title>Slaved Zones with BIND9 - Updated Page, Added cosmetics, rewritten a few sentences to include ...</title>
            <link>https://wiki.opennic.org/opennic/t2slaved?rev=1669554145&amp;do=diff</link>
            <description>Slaved Zones with BIND9

Also refer to BIND9 Zone Configuration for ready to use zone file examples of Tier 1 and Tier 2 Servers.

Consider using the srvzone script.

For those wishing to set up a more robust local nameserver, or if you plan on running a public Tier 1 or Tier 2 server for OpenNIC, configuring BIND with slave zones is the preferred method. Please read</description>
            <author>Olde16@undisclosed.example.com (Olde16)</author>
            <pubDate>Sun, 27 Nov 2022 13:02:25 +0000</pubDate>
        </item>
        <item>
            <title>Setting up a Tier 1 Server - Updated root server IP</title>
            <link>https://wiki.opennic.org/opennic/tier1setup?rev=1616258432&amp;do=diff</link>
            <description>Setting up a Tier 1 Server

Tier 1 servers are the core DNS servers hosting authoritative zones for all OpenNIC TLDs and the OpenNIC root (.) zone.

FIXME This legacy wiki article has been copied from &lt;http://web.archive.org/web/20161228061854/wiki.opennicproject.org/RunningT1&gt;. It is outdated and should not be blindly used for copy-pasting.  Use this information as a starting point to further researching current methods.</description>
            <author>Shdwdrgn@undisclosed.example.com (Shdwdrgn)</author>
            <pubDate>Sat, 20 Mar 2021 16:40:32 +0000</pubDate>
        </item>
        <item>
            <title>Local BIND Caching Server - updated util ips</title>
            <link>https://wiki.opennic.org/opennic/t2hints?rev=1606419099&amp;do=diff</link>
            <description>Local BIND Caching Server

The easiest setup is to use a local caching server. The following will configure a private nameserver for your personal use. 

:!: If you wish to run a public Tier 2 server, follow the Slaved Zones instructions, not these.

If you are trying to anonymize your browsing history, please be aware that installing your own nameserver or using OpenNIC services will not hide your queries. OpenNIC operators are only in control of OpenNIC domains. Any queries you make to</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Thu, 26 Nov 2020 19:31:39 +0000</pubDate>
        </item>
        <item>
            <title>.gopher TLD - [Contacts] </title>
            <link>https://wiki.opennic.org/opennic/dot/gopher?rev=1597330911&amp;do=diff</link>
            <description>.gopher TLD

Charter

.gopher is chartered for use by sites offering content via the gopher protocol and is intended to showcase existing gopher sites as well as foster the establishment of new sites. Sites hosted on a .gopher domain should not serve content via any other protocol. Commercial or non-commercial entities may register .gopher domains. Multiple registrations by a single entity are permissible provided multiple qualifying uses exist.</description>
            <author>Starbaby75 @undisclosed.example.com (Starbaby75 )</author>
            <pubDate>Thu, 13 Aug 2020 15:01:51 +0000</pubDate>
        </item>
        <item>
            <title>.dyn TLD - [Example Script] HTTPS instead of HTTP</title>
            <link>https://wiki.opennic.org/opennic/dot/dyn?rev=1596629600&amp;do=diff</link>
            <description>.dyn TLD

Charter

Domains registered in .dyn serve as dynamic DNS pointers. These domains are restricted in functionality and require frequent validation to remain active. Unused domains will be removed after 28 days.

.dyn is a TLD that is designed to resolve host names to dynamic Internet Protocol addresses, which usually are a result of the respective Internet Service Provider. Non-dynamic IP addresses also known as static IP addresses may be used.</description>
            <author>Stemby@undisclosed.example.com (Stemby)</author>
            <pubDate>Wed, 05 Aug 2020 12:13:20 +0000</pubDate>
        </item>
        <item>
            <title>List your server on servers.opennic.org - [Disabled and pending deletion servers] Add Tier 0 link</title>
            <link>https://wiki.opennic.org/opennic/setup/listserver?rev=1586599373&amp;do=diff</link>
            <description>List your server on servers.opennic.org
 Information as of 2020-04-11 
After setting up and making sure your DNS server is operational, it&#039;s now time to list it! Announce it on IRC or the mailing list so everyone is kept informed.

As a last minute check, make sure that your logging and security settings are tuned correctly.</description>
            <author>megan@undisclosed.example.com (megan)</author>
            <pubDate>Sat, 11 Apr 2020 10:02:53 +0000</pubDate>
        </item>
        <item>
            <title>Setup - created</title>
            <link>https://wiki.opennic.org/opennic/setup/start?rev=1586596331&amp;do=diff</link>
            <description>Setup

This namespace contains tutorials, guides and tips on how to setup an OpenNIC DNS server.

Tutorials

	*  Installing using Webmin by fouroh-llc

Topics

	*  List your server on servers.opennic.org

----------

INFO: Most of the relevant wiki pages are still in the :opennic namespace such as Setting up a Tier 2 Server</description>
            <author>megan@undisclosed.example.com (megan)</author>
            <pubDate>Sat, 11 Apr 2020 09:12:11 +0000</pubDate>
        </item>
        <item>
            <title>Setting up a Tier 2 Server - [Post-Setup Configuration] add listing tutorial link</title>
            <link>https://wiki.opennic.org/opennic/tier2setup?rev=1586595771&amp;do=diff</link>
            <description>Setting up a Tier 2 Server

Tier 2 servers (DNS resolvers) can be used for public or private DNS lookups, on the OpenNIC and ICANN namespaces.

Recommended Minimum Server Specifications

	*  Linux
	*  1 CPU Core
	*  512 MB RAM
	*  4 GB SSD

Considerations</description>
            <author>megan@undisclosed.example.com (megan)</author>
            <pubDate>Sat, 11 Apr 2020 09:02:51 +0000</pubDate>
        </item>
        <item>
            <title>listserver_edit_page.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Alistserver_edit_page.png&amp;ns=opennic%3Asetup&amp;rev=1586594112&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/listserver_edit_page.png?w=500&amp;amp;h=500&amp;amp;tok=bc3761&quot; alt=&quot;listserver_edit_page.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>megan@undisclosed.example.com (megan)</author>
            <pubDate>Sat, 11 Apr 2020 08:35:12 +0000</pubDate>
        </item>
        <item>
            <title>Fresh Install</title>
            <link>https://wiki.opennic.org/opennic/setup/webminbind/debian9u0webmin1u9base?rev=1585309452&amp;do=diff</link>
            <description>Fresh Install

This page includes a very brief overview of Webmin module screens, before turning the instance into a Tier-2 service stack. The page is going to grow and expand as feedback comes in for better, more detailed explanations. If you are already familiar with Webmin, or you do not wish to use it you may skip this page entirely.</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Fri, 27 Mar 2020 11:44:12 +0000</pubDate>
        </item>
        <item>
            <title>base-011.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-011.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585249736&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-011.png?w=500&amp;amp;h=500&amp;amp;tok=d06a92&quot; alt=&quot;base-011.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 19:08:56 +0000</pubDate>
        </item>
        <item>
            <title>base-010.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-010.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585236375&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-010.png?w=500&amp;amp;h=500&amp;amp;tok=745de1&quot; alt=&quot;base-010.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 15:26:15 +0000</pubDate>
        </item>
        <item>
            <title>base-009.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-009.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585235580&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-009.png?w=500&amp;amp;h=500&amp;amp;tok=f47c4d&quot; alt=&quot;base-009.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 15:13:00 +0000</pubDate>
        </item>
        <item>
            <title>base-008.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-008.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585233603&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-008.png?w=500&amp;amp;h=500&amp;amp;tok=570a90&quot; alt=&quot;base-008.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 14:40:03 +0000</pubDate>
        </item>
        <item>
            <title>base-007.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-007.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585232542&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-007.png?w=500&amp;amp;h=500&amp;amp;tok=382704&quot; alt=&quot;base-007.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 14:22:22 +0000</pubDate>
        </item>
        <item>
            <title>base-006.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-006.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585231046&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-006.png?w=500&amp;amp;h=500&amp;amp;tok=3b01d4&quot; alt=&quot;base-006.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 13:57:26 +0000</pubDate>
        </item>
        <item>
            <title>base-005.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-005.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585230506&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-005.png?w=500&amp;amp;h=500&amp;amp;tok=0cf81f&quot; alt=&quot;base-005.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 13:48:26 +0000</pubDate>
        </item>
        <item>
            <title>base-004.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-004.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1585228490&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-004.png?w=500&amp;amp;h=500&amp;amp;tok=16680c&quot; alt=&quot;base-004.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 13:14:50 +0000</pubDate>
        </item>
        <item>
            <title> - removed</title>
            <link>https://wiki.opennic.org/opennic/setup/webminbind/db_root_file-content?rev=1585226921&amp;do=diff</link>
            <description></description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 12:48:41 +0000</pubDate>
        </item>
        <item>
            <title>Installing using Webmin - [Installing using Webmin] </title>
            <link>https://wiki.opennic.org/opennic/setup/webminbind?rev=1585225468&amp;do=diff</link>
            <description>Installing using Webmin

Webmin provides more than just some webforms, it is part of a fully rounded virtualization and cloud platform. Virtualmin and Cloudmin are used to create complex networks, and they install on top of a brand new BIND instance. Webmin is the glue holding the networks together by installing its own perl-based web services, the standard GNU/Linux technology stack, using ssh and making remote procedure calls (RPC). By adding its own schema to OpenLDAP it supports fine-grained…</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Thu, 26 Mar 2020 12:24:28 +0000</pubDate>
        </item>
        <item>
            <title>base-003.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-003.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1584553212&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-003.png?w=500&amp;amp;h=500&amp;amp;tok=0c8b4f&quot; alt=&quot;base-003.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Wed, 18 Mar 2020 17:40:12 +0000</pubDate>
        </item>
        <item>
            <title>base-002.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-002.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1584546947&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-002.png?w=500&amp;amp;h=500&amp;amp;tok=b6b6c9&quot; alt=&quot;base-002.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Wed, 18 Mar 2020 15:55:47 +0000</pubDate>
        </item>
        <item>
            <title>base-001.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Asetup%3Awebminbind%3Abase-001.png&amp;ns=opennic%3Asetup%3Awebminbind&amp;rev=1584536475&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/setup/webminbind/base-001.png?w=500&amp;amp;h=500&amp;amp;tok=db153c&quot; alt=&quot;base-001.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Wed, 18 Mar 2020 13:01:15 +0000</pubDate>
        </item>
        <item>
            <title> - removed</title>
            <link>https://wiki.opennic.org/opennic/setup/webmindind?rev=1584534262&amp;do=diff</link>
            <description></description>
            <author>fouroh-llc@undisclosed.example.com (fouroh-llc)</author>
            <pubDate>Wed, 18 Mar 2020 12:24:22 +0000</pubDate>
        </item>
        <item>
            <title>.epic TLD</title>
            <link>https://wiki.opennic.org/opennic/dot/epic?rev=1568411453&amp;do=diff</link>
            <description>.epic TLD

.epic is a general purpose TLD for whatever you might find, as the name suggests, epic.

Registration

Registrations are via &lt;http://opennic.epic&gt; or &lt;https://epic.okashi.me&gt;. Register for an account and register for a domain via the web interface.

Charter

Policies

The following things are not accepted and will result in revocation of your domain:</description>
            <author>okashi_o@undisclosed.example.com (okashi_o)</author>
            <pubDate>Fri, 13 Sep 2019 21:50:53 +0000</pubDate>
        </item>
        <item>
            <title>OpenNIC service accounts - [OSS Host Proxmox Access] </title>
            <link>https://wiki.opennic.org/opennic/serviceaccounts?rev=1559671120&amp;do=diff</link>
            <description>OpenNIC service accounts

This wiki article contains service and PR accounts, groups and teams.

GitHub (OpenNIC)

	*  &lt;https://github.com/opennic&gt;
	*  Note: This is currently the primary code repository for OpenNIC
	*  Owners: 
		*  Fusl, fusl
		*  luggs-co
		*  Shdwdrgn
		*  stephan48
		*  timgws
		*  woggo85

	*  Members:</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Tue, 04 Jun 2019 17:58:40 +0000</pubDate>
        </item>
        <item>
            <title>.null TLD - [Contacts] </title>
            <link>https://wiki.opennic.org/opennic/dot/null?rev=1556779514&amp;do=diff</link>
            <description>.null TLD

Charter

.null is Chartered to be used similarly to how you might use a DNS version of Usenet&#039;s alt. hierarchy. Any member of the OpenNIC may register one .null Second-Level domain and domain allocations will be strictly first come-first served. No challenges to a domain holder on any basis other than .null policy violation or non-use of the domain will be considered.</description>
            <author>mborder@undisclosed.example.com (mborder)</author>
            <pubDate>Thu, 02 May 2019 06:45:14 +0000</pubDate>
        </item>
        <item>
            <title>wiki.opennic.org infrastructure</title>
            <link>https://wiki.opennic.org/opennic/infra/wiki?rev=1556009981&amp;do=diff</link>
            <description>wiki.opennic.org infrastructure

Maintainers

	*  fusl

The Infrastructure

The wiki.opennic.org website runs as simple virtual machine on Fusl&#039;s private infrastructure for open source projects shared with Archive Team and others at NFOrce in the Netherlands (Nedzone Datacenter).</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Tue, 23 Apr 2019 08:59:41 +0000</pubDate>
        </item>
        <item>
            <title>Ansible Setup - old revision restored (2018-10-28T18:14:58Z)</title>
            <link>https://wiki.opennic.org/opennic/ansible-setup?rev=1542765385&amp;do=diff</link>
            <description>Ansible Setup

Ansible is an open source project for automating the deployment and management of systems with yaml scripts, much like Puppet. This is a guide how to use the Ansible Playbook written for OpenNIC, to setup and run a Tier 2 server within just a few minutes. This guide assumes you know that you know that Ansible just needs to be installed on your local machine or the machine you use to control your other servers, and that the other servers just need to have python installed.</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 21 Nov 2018 01:56:25 +0000</pubDate>
        </item>
        <item>
            <title>Why you shouldn&#039;t pick Tier 2 anycast servers - old revision restored (2018-04-18T16:58:10Z)</title>
            <link>https://wiki.opennic.org/opennic/dont_anycast?rev=1542765336&amp;do=diff</link>
            <description>Why you shouldn&#039;t pick Tier 2 anycast servers

(-) Anycast server latency fluctuates a lot

Sometimes, Tier 2 anycast servers are faster than normal Tier 2 servers, this is due to the way an anycast network works, however it could also be very slow at times due to the nature of BGP taking a shorter route path that is actually congested vs. a longer route path that is perfectly fine.</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 21 Nov 2018 01:55:36 +0000</pubDate>
        </item>
        <item>
            <title>.bbs TLD - old revision restored (2017-04-07T18:27:10Z)</title>
            <link>https://wiki.opennic.org/opennic/dot/bbs?rev=1540742140&amp;do=diff</link>
            <description>.bbs TLD

History

opennic-discuss m/l (29Dec2000, From: Robin (krystal@devnull.net), Subject: OpenNIC Discuss: Sample Charters)

Charter

The .BBS TLD is aimed toward Bulletin Board System servers, and BBS affiliated/related/owned websites. Bulletin Board System being defined as an actual telnet accessable server, or by a website with the features typical of a BBS - Message bases, Email, Chat, etc</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Sun, 28 Oct 2018 15:55:40 +0000</pubDate>
        </item>
        <item>
            <title>.bit TLD - [Contact] </title>
            <link>https://wiki.opennic.org/opennic/dot/bit?rev=1539944360&amp;do=diff</link>
            <description>.bit TLD

Updating time

OpenNIC resolves .bit (Namecoin) domains through the use of a centralized server which generates a DNS zone from the Namecoin blockchain. A new zone is generated from the blockchain every 15 minutes, however it may take several hours for all of the public resolvers to receive the update.</description>
            <author>CalumMc@undisclosed.example.com (CalumMc)</author>
            <pubDate>Fri, 19 Oct 2018 10:19:20 +0000</pubDate>
        </item>
        <item>
            <title>FAQ - [How did OpenNIC start?] </title>
            <link>https://wiki.opennic.org/opennic/faq?rev=1532599476&amp;do=diff</link>
            <description>FAQ



What is OpenNIC?

OpenNIC is a user owned and controlled Network Information Center offering a democratic, non-national alternative to the traditional Top-Level Domain registries.

Users of OpenNIC DNS servers, in addition to resolving host names in the Legacy</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Thu, 26 Jul 2018 10:04:36 +0000</pubDate>
        </item>
        <item>
            <title>.pirate TLD - dotpirate.org seems to be offline</title>
            <link>https://wiki.opennic.org/opennic/dot/pirate?rev=1519863796&amp;do=diff</link>
            <description>.pirate TLD

:!: Update Feb 28, 2018: The Dot Pirate organization does not appear to be in operation at the moment. Registrations are currently being handled by &lt;http://be.libre/&gt;.

FIXME This page needs an up-to-date charter.

The following was copied from dotpirate.org</description>
            <author>jonaharagon@undisclosed.example.com (jonaharagon)</author>
            <pubDate>Thu, 01 Mar 2018 00:23:16 +0000</pubDate>
        </item>
        <item>
            <title>Tier 1 and 2 Server Operator Policies - created (nov 15 policy changes)</title>
            <link>https://wiki.opennic.org/opennic/operatorpolicies?rev=1513971720&amp;do=diff</link>
            <description>Tier 1 and 2 Server Operator Policies

As of November 15, 2017, server operators must adhere to the following policies.

Tier 1 Operators

Tier 1 Operators (the DNS Administrators for each TLD) are expected to maintain some key components of the infrastructure. Failure to meet the following minimum requirements may result in the appointment of a temporary maintainer for your</description>
            <author>jonaharagon@undisclosed.example.com (jonaharagon)</author>
            <pubDate>Fri, 22 Dec 2017 19:42:00 +0000</pubDate>
        </item>
        <item>
            <title>OpenNIC Mailing Lists - noting updated policies</title>
            <link>https://wiki.opennic.org/opennic/mailinglist?rev=1513971500&amp;do=diff</link>
            <description>OpenNIC Mailing Lists

The official OpenNIC mailing lists are served by Sympa at @lists.opennicproject.org. See below for descriptions of available lists and instructions for subscribing.

OpenNIC Related Lists

Discuss

This low-volume list is for folks discussing the organization and operation of the OpenNIC project. All are welcome to subscribe. Subscribe using the</description>
            <author>jonaharagon@undisclosed.example.com (jonaharagon)</author>
            <pubDate>Fri, 22 Dec 2017 19:38:20 +0000</pubDate>
        </item>
        <item>
            <title>Mailing List Policies - created (nov 15 vote)</title>
            <link>https://wiki.opennic.org/opennic/mailinglistpolicies?rev=1513971393&amp;do=diff</link>
            <description>Mailing List Policies

Message Prefixes

For the sake of clarity, formal Mailing List threads MUST begin with the following prefixes, depending on the content of the message:

	*  “[DISCUSSION]”, or “[PROPOSAL]” — For formal discussions or proposals of official policies or changes that will eventually lead to a vote.</description>
            <author>jonaharagon@undisclosed.example.com (jonaharagon)</author>
            <pubDate>Fri, 22 Dec 2017 19:36:33 +0000</pubDate>
        </item>
        <item>
            <title>New OpenNIC TLDs - Bringing up-to-date with current policy.</title>
            <link>https://wiki.opennic.org/opennic/creating_new_tlds?rev=1513970973&amp;do=diff</link>
            <description>New OpenNIC TLDs

How to get yourself a new TLD with OpenNIC.

Prerequisites

	*  You MUST have operated a Tier 2 DNS server continuously for at least 3 months, and said DNS server MUST be in operation while your TLD is being considered.
		*  You should keep this</description>
            <author>jonaharagon@undisclosed.example.com (jonaharagon)</author>
            <pubDate>Fri, 22 Dec 2017 19:29:33 +0000</pubDate>
        </item>
        <item>
            <title>latency.png - removed</title>
            <link>https://wiki.opennic.org/?image=opennic%3Atier2%3Alatency.png&amp;ns=opennic%3Atier2&amp;rev=1505902291&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/tier2/latency.png?w=500&amp;amp;h=500&amp;amp;tok=f1d389&quot; alt=&quot;latency.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 20 Sep 2017 10:11:31 +0000</pubDate>
        </item>
        <item>
            <title>latency.png - removed</title>
            <link>https://wiki.opennic.org/?image=opennic%3Alatency.png&amp;ns=opennic&amp;rev=1505902282&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/latency.png?w=500&amp;amp;h=500&amp;amp;tok=dfdf04&quot; alt=&quot;latency.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 20 Sep 2017 10:11:22 +0000</pubDate>
        </item>
        <item>
            <title>latency_remote.png</title>
            <link>https://wiki.opennic.org/?image=opennic%3Atier2%3Alatency_remote.png&amp;ns=opennic%3Atier2&amp;rev=1505902146&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/tier2/latency_remote.png?w=500&amp;amp;h=500&amp;amp;tok=9e73b2&quot; alt=&quot;latency_remote.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 20 Sep 2017 10:09:06 +0000</pubDate>
        </item>
        <item>
            <title>latency_local.png - created</title>
            <link>https://wiki.opennic.org/?image=opennic%3Atier2%3Alatency_local.png&amp;ns=opennic%3Atier2&amp;rev=1505901969&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.opennic.org/_media/opennic/tier2/latency_local.png?w=500&amp;amp;h=500&amp;amp;tok=8964ec&quot; alt=&quot;latency_local.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>fusl@undisclosed.example.com (fusl)</author>
            <pubDate>Wed, 20 Sep 2017 10:06:09 +0000</pubDate>
        </item>
    </channel>
</rss>
