-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from nrdxp/master
refactor using library crates, supports add/removing records from existing zones
- Loading branch information
Showing
16 changed files
with
1,925 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.