The script dappnode_access_credentials.sh shows the wireguard credentials in text format. To be consistent with the format (Open VPN credentials are shown in QR format), there should be displayed wireguard creds in QR format
|
WIREGUARD_GET_CREDS="docker exec -i $WIREGUARD_CONTAINER getWireguardCredentials" |
docker exec -i $WIREGUARD_CONTAINER getWireguardCredentials --qr
Then update dappnode users scripts through DNP_CORE
The script
dappnode_access_credentials.shshows the wireguard credentials in text format. To be consistent with the format (Open VPN credentials are shown in QR format), there should be displayed wireguard creds in QR formatDAppNode/scripts/dappnode_access_credentials.sh
Line 17 in ff232d0
Then update dappnode users scripts through DNP_CORE