diff options
author | 2017-10-31 16:15:19 +0100 | |
---|---|---|
committer | 2017-10-31 17:25:23 +0100 | |
commit | 225882ccc447af850f966f1dceec947b0a142086 (patch) | |
tree | 4ae3052f7f61320563a35fcf055bb75998d40125 /contrib/reresolve-dns/README | |
parent | wg: correct type for CTRL_ATTR_FAMILY_ID (diff) | |
download | wireguard-tools-225882ccc447af850f966f1dceec947b0a142086.tar.xz wireguard-tools-225882ccc447af850f966f1dceec947b0a142086.zip |
contrib: add reresolve-dns
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'contrib/reresolve-dns/README')
-rw-r--r-- | contrib/reresolve-dns/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/reresolve-dns/README b/contrib/reresolve-dns/README new file mode 100644 index 0000000..f228caa --- /dev/null +++ b/contrib/reresolve-dns/README @@ -0,0 +1,9 @@ +reresolve-dns +============= + +Run this script from cron every thirty seconds or so, and it will ensure +that if, when using a dynamic DNS service, the DNS entry for a hosts +changes, the kernel will get the update to the DNS entry. + +This works by parsing configuration files, and simply running: + $ wg set wg0 peer ... endpoint ... |