Generally if I take the containers down and bring them up, this one works fine, but sometimes it finishes the up process with:
2025-03-06 05:36:10,677 DEBG 'start-script' stderr output:
Line unrecognized: `PublicKey='
Configuration parsing error
Here's is wg0.conf in the broken state after it fails to properly load:
[Interface]
Address =
PrivateKey = xxxxxxxxxxxxxxxx/YYYY=
PostUp = '/root/wireguardup.sh'
PostDown = '/root/wireguarddown.sh'
[Peer]
PublicKey =
AllowedIPs = 0.0.0.0/0
Endpoint = us-virginia-pf.privacy.network:1337
This problem has happened a few times over the months and requires me to dummy other values there from a working config before it starts again.
Generally if I take the containers down and bring them up, this one works fine, but sometimes it finishes the up process with:
Here's is
wg0.confin the broken state after it fails to properly load:This problem has happened a few times over the months and requires me to dummy other values there from a working config before it starts again.