0
0
mirror of https://github.com/openwrt/packages.git synced 2025-03-15 03:18:34 +00:00
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

6 lines
124 B
Plaintext

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