An error occurred while fetching the assigned milestone of the selected issue.
controller-id is currently used as serial
During the configuration the server file is generated with <serial>.{pub,key,psk}
+ uci section is named wg_<serial>
, but the serial is taken from app_info["controler_id"]
. This may work properly, however controller itself can be run with --controller-id
option. If a different id is passed different server file would be generated.
To solve this either:
- rename section and files to
wg_server
andserver.{pub,key,psk}
- obtain serial number from
get_serial
method inabout
module.