naggie / dsnet

FAST command to manage a centralised wireguard VPN. Think wg-quick but quicker: key generation + address allocation.
https://calbryant.uk/blog/how-to-set-up-a-wireguard-vpn-in-minutes-with-dsnet/
MIT License
679 stars 32 forks source link

Move templates from strings to files #66

Open naggie opened 2 years ago

naggie commented 2 years ago

Like this: https://github.com/naggie/dstask/blob/master/completions/embed.go#L7

It's quite painful dealing with inlined templates. This will allow individual files so things like syntax highlighting work.