Is possible run WireGuard server on Talos Linux? #7839
Answered
by
Preisschild
mikucat0309
asked this question in
Q&A
-
I want to run a WireGuard server on Talos, but it has some limitations, so is this possible? |
Beta Was this translation helpful? Give feedback.
Answered by
Preisschild
Oct 10, 2023
Replies: 1 comment 1 reply
-
Sure, you only net Talos enables the kernel module by default, so you don't need https://github.com/siderolabs/pkgs/blob/main/kernel/build/config-amd64#L2317 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mikucat0309
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, you only net
CAP_NET_ADMIN
for wireguard.Talos enables the kernel module by default, so you don't need
CAP_SYS_MODULE
to load the module inside a container.https://github.com/siderolabs/pkgs/blob/main/kernel/build/config-amd64#L2317