Skip to content

Commit

Permalink
Merge pull request #364 from linuxserver/master-cap-desc
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 1, 2024
2 parents 7de46f0 + 4bb04a8 commit b7527d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
cap_add_param: true
cap_add_param_vars:
- { cap_add_var: "NET_ADMIN" }
- { cap_add_var: "NET_ADMIN", desc: "Neccessary for Wireguard to create its VPN interface." }
opt_cap_add_param: true
opt_cap_add_param_vars:
- { cap_add_var: "SYS_MODULE" }
- { cap_add_var: "SYS_MODULE", desc: "Neccessary for loading Wireguard kernel module if it's not already loaded." }
custom_params:
- { name: "sysctl", name_compose: "sysctls", value: ["net.ipv4.conf.all.src_valid_mark=1"], desc: "Required for client mode.", array: "true" }

Expand Down

0 comments on commit b7527d5

Please sign in to comment.