Automatically check the correctness of the DNS settings.
ARNES operates the primary server for the .si domain, which must contain appropriate records for all domains that holders wish to be visible on the Internet. After registering a domain name under the .si, the new domain name must also be entered into the primary DNS server.
ARNES operates the primary servers for both .si and .edus.si.
A domain name will be excluded from this automatic checking procedure if it fails within two months of ARNES receiving an insertion request that does not meet technical criteria. If this happens a new request for entry into the DNS will have to be made.
Users of the ARNES network can contact hostmaster@arnes.si for help.
| Parameter | Value |
| Refresh | 8 hours (28800 seconds) |
| Retry | 2 hours (7200 seconds) |
| Expire | 7 days(604800 seconds) |
| Time To Live | 1 day (86400 seconds) |
Example SOA record for domain name domain.si:
domain.si. IN SOA primary.domain.si. hostmaster.domain.si.
(
1 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; TTL
)
Example NS records for domain name domain.si:
domain.si. IN NS primary.domain.si.A record for localhost must be defined within the domain:
domain.si. IN NS secondary-1.domain.si.
domain.si. IN NS secondary-2.domain.si.
localhost.domain.si. IN A 127.0.0.1