image-station/simple-wireguard/Readme.md

13 lines
228 B
Markdown
Raw Normal View History

2021-02-22 18:37:16 +08:00
# wireguard
Use with Pod. Example command line:
```bash
2021-02-24 04:17:06 +08:00
sudo podman run \
--pod=test -d \
--cap-add=NET_ADMIN \
-v /etc/wireguard:/etc/wireguard \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
simple-wireguard
2021-02-22 18:37:16 +08:00
```