PowerDNS / lightningstream

Lightning Stream syncs LMDB databases through S3 buckets between multiple servers, including PowerDNS Authoritative server 4.8+ LMDBs
https://doc.powerdns.com/lightningstream/
MIT License
25 stars 15 forks source link

Change mod import path to github or valid path #37

Closed wojas closed 2 weeks ago

wojas commented 1 year ago

Change the powerdns.com/platform/lightningstream import path to github.com/PowerDNS/lightningstream so that go install and https://pkg.go.dev/github.com/PowerDNS/lightningstream work correctly.

The alternative would be to add these url endpoints with special html meta tags on our website and make sure it always works, which is probably not worth the trouble.