Commit Graph

14 Commits (master)

Author SHA1 Message Date
Jeremy Rand f877ec7657
Move unbound.conf.d examples to separate files
Makes it easier for downstream distros to use the files.
1 year ago
Jeremy Rand 9c865846be
Use new certinject package
The following defaults have unfortunately changed as a result, and will
need to be set in ncdns.conf:

capi.physical-store
capi.set-magic-name
capi.expirable-magic-name
2 years ago
Jeremy Rand db018882ed
readme: specify module path in go mod init command
Fixes error:

	go: cannot determine module path for source directory
	/home/redfish/foo/ncdns (outside GOPATH, module path must be
	specified)

Fixes #141
3 years ago
Jeremy Rand 5e6b643ad6
Fix go-systemd import with Go modules
See https://github.com/coreos/go-systemd/issues/321
3 years ago
Jeremy Rand bf4c60384a
Revert "Disable ASLR/PIE on Windows"
This reverts commit 7dd7a76d3a.

The bug that necessitated disabling ASLR/PIE was fixed in hlandau/service
v2.0.17; thus we can enable it again in ncdns.
3 years ago
Jeremy Rand 7dd7a76d3a
Disable ASLR/PIE on Windows
Refs https://github.com/hlandau/service/issues/14
3 years ago
Jeremy Rand ae92da7a1b
README: document building with Go modules 3 years ago
Jeremy Rand 88affcd3fe
TLS: Add compressed pubkey support 3 years ago
Jeremy Rand eef31fbdc4
Use splicesign and standard x509
Thanks to Filippo Valsorda for the tip.
3 years ago
JeremyRand 9d294dacf1
Add missing `git checkout` to build instructions 5 years ago
JeremyRand 86206ee584
Fix build instructions for external x509
Fixes https://github.com/namecoin/ncdns/issues/109
5 years ago
Hugo Landau 2578491baa
Mention DNSSEC Trigger.
Fixes #40.

©! I, Hugo Landau <hlandau@devever.net>, hereby licence these changes under the
©! licence with SHA256 hash
©! fd80a26fbb3f644af1fa994134446702932968519797227e07a1368dea80f0bc.
7 years ago
JeremyRand 7eff6e67ac
Docs: Refactor build instructions. 7 years ago
Hugo Landau f2741ec585 Refactoring for travis, make 9 years ago