Skip to content

Commit

Permalink
Merge pull request #15 from nrdxp/master
Browse files Browse the repository at this point in the history
refactor using library crates, supports add/removing records from existing zones
  • Loading branch information
colemickens authored Sep 18, 2023
2 parents 31d576a + 56c8d3b commit a52263c
Show file tree
Hide file tree
Showing 16 changed files with 1,925 additions and 513 deletions.
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/sh

# shellcheck disable=SC1090
. "$(fetchurl https://raw.githubusercontent.com/paisano-nix/direnv/main/lib sha256-IgQhKK7UHL1AfCUntJO2KCaIDJQotRnK2qC4Daxk+wI=)"

use env //repo/shells/default
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
target
target-install
systemd/cloudflare-dyndns.config

.std

result

# prj-spec dirs
# <https://github.com/numtide/prj-spec>
.bin
.cache
.config
.data
.run

# nixago-auto-created: mdbook-build-folder
docs/build
Loading

0 comments on commit a52263c

Please sign in to comment.