diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml new file mode 100644 index 0000000..36f9a17 --- /dev/null +++ b/.github/workflows/tests.yml @@ -0,0 +1,18 @@ +--- +name: Zones check + +on: + push: + branches: + - main + pull_request: + branches: + - '**' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: OSAS/dns4tenants-validation@main + diff --git a/myzones/taiste2.osci.io.zone b/myzones/taiste2.osci.io.zone new file mode 100644 index 0000000..0f95346 --- /dev/null +++ b/myzones/taiste2.osci.io.zone @@ -0,0 +1,16 @@ +$TTL 60 +@ IN SOA ns1.osci.io. hostmaster.osci.io. ( + 2021012900 ; serial (YYYYMMDDRR) + 3600 ; Refresh + 1800 ; Retry + 604800 ; Timeout + 86400 ) ; Negative answer TTL + IN NS ns1.osci.io. + IN NS ns2.osci.io. + IN NS ns3.osci.io. + + +taiste IN A 8.43.85.105 +taiste2 IN A 8.43.85.106 +taiste3 IN A 8.43.85.107 +