mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
13 lines
228 B
Markdown
13 lines
228 B
Markdown
# wireguard
|
|
|
|
Use with Pod. Example command line:
|
|
|
|
```bash
|
|
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
|
|
```
|