Update Readme.md

This commit is contained in:
Kirigaya Kazuto 2021-02-24 04:17:06 +08:00 committed by GitHub
parent 13dc21f5de
commit 5c2640950e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
Use with Pod. Example command line: Use with Pod. Example command line:
```bash ```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 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
``` ```