Document #7 and add preshared key functionality#10
Document #7 and add preshared key functionality#10JeWe37 wants to merge 3 commits intochrisbouchard:masterfrom
Conversation
|
I don't think I understand the following:
Is this saying that the systemd config given for Transmission Daemon doesn't use the |
|
Correct. I tried it by simply making a unit that cat's those two files while joining the netns and indeed they aren't used. The reason I don't think that's a bug is because if it were, it'd be one on systemd's end, which I don't really applies here. The reason is that Now it does all still work if you just... don't use DNS. Or just globally don't use systemd-resolved and the like. Hence my suggesting just to document it. |
| wg set "$WIREGUARD_NAME" \ | ||
| private-key <(echo "$WIREGUARD_PRIVATE_KEY") \ | ||
| peer "$WIREGUARD_VPN_PUBLIC_KEY" \ | ||
| preshared-key <(echo "$WIREGUARD_VPN_PRESHARED_KEY") \ |
There was a problem hiding this comment.
This should be indented like the other peer properties are
Preshared keys are used by default by some VPN providers, so this may be useful.
So far I only added a documentation note about #7, but potentially that functionality could be removed entirely as suggested there.
I also added a note about the possibility of routing things into the VPN namespace from the rest of the local network using iptables.