Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
duck-rh committed Dec 15, 2023
0 parents commit d877a11
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Zones check

on:
push:
branches:
- master
pull_request:
branches:
- '**'

jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2
steps:
- uses: OSAS/dns4tenants-validation

16 changes: 16 additions & 0 deletions myzones/taiste2.osci.io.zone
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d877a11

Please sign in to comment.