Feature Request: Add "include" directive to config file
Igor Martinovski
igor at ownmail.net
Fri Jul 26 00:38:21 CEST 2019
It would be nice if the config parser could support an include directive such that each peer configuration can be kept in a separate file.
This would allow easier management of a large number of peers. It would also serve as a way of having a friendly name for each peer or peers by the file name.
Sample below:
[Interface]
Address = 10.22.22.2/24
PrivateKey = ...
[Peer]
PublicKey =...
AllowedIPs = 0.0.0.0/0
Endpoint = ...
# append a config file
include='/usr/local/etc/wireguard/family.conf'
# include all files in this directory
include='/usr/local/etc/wireguard/friends/'
--
Igor M.
More information about the WireGuard
mailing list