wgconf/README.md
Vincent Batts 56fa2f2258
Initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2021-04-20 11:13:39 -04:00

543 B

wgconf

The wireguard configuration file is a botched up INI, that allows duplicate [Peer] sections. Because of this, none of the existing INI parsers handle it correctly (only results in the first or last section, depending on the parser).

Ideally, the lexer could just smoothly go between JSON/YAML.

References