k4yt3x / wg-meshconf

WireGuard full mesh configuration generator.
GNU General Public License v3.0
938 stars 105 forks source link

Fix: Use currect alias and description for peers #7

Closed krombel closed 4 years ago

krombel commented 4 years ago

The wrong alias and description is used when iterating through peers. It should not always be the alias and description for the current but the target peer.

k4yt3x commented 4 years ago

Thanks for submitting this PR. It's noteworthy that you're forking and fixing bug on the old master branch, where the 1.3.0 branch is the head.

krombel commented 4 years ago

Oh. Didn't see that. Good to know.