Skip to content

Commit

Permalink
add advanced bash error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Emzy committed Mar 10, 2023
1 parent 2bf3b63 commit b7b80ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/dnsupdate
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# puts the result in the dns zone of a Bind9.
# bitcoin-seeder: https://github.com/sipa/bitcoin-seeder

set -euo pipefail

# Zone to request from bintcoin-seeder
ZONE=dnsseed.example.com
# Filters to fetch
Expand Down

0 comments on commit b7b80ac

Please sign in to comment.