packages/net/wg-installer/wg-client/config/wgclient.conf
Nick Hainke 69c81790d1 wg-installer: rework code
Use shellcheck to rework the code. Use "export" to return variables from
a function call. Further, fix typos.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-20 02:04:50 +01:00

5 lines
124 B
Text

config client
option port_start '51820'
option port_end '52820'
option try_insecure '1'
option try_http '1'