Skip to content

Commit

Permalink
adjust config files
Browse files Browse the repository at this point in the history
  • Loading branch information
rklaehn committed Apr 16, 2024
1 parent af2a9a2 commit a261fa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iroh-dns-server/config.dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ default_ttl = 900
origins = ["irohdns.example.", "."]
rr_a = "127.0.0.1"
rr_ns = "ns1.irohdns.example."

dht_fallback = false
2 changes: 2 additions & 0 deletions iroh-dns-server/config.prod.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ default_ttl = 30
origins = ["irohdns.example.org", "."]
rr_a = "203.0.10.10"
rr_ns = "ns1.irohdns.example.org."

dht_fallback = false

0 comments on commit a261fa8

Please sign in to comment.