Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
- Update instructions for usage without privileged mode.
  Ref: #422
  • Loading branch information
hwdsl2 committed Apr 9, 2024
1 parent de339c9 commit 9eaf0c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/advanced-usage-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ docker run \
--sysctl net.ipv4.conf.default.accept_redirects=0 \
--sysctl net.ipv4.conf.default.send_redirects=0 \
--sysctl net.ipv4.conf.default.rp_filter=0 \
--sysctl net.ipv4.conf.eth0.send_redirects=0 \
--sysctl net.ipv4.conf.eth0.rp_filter=0 \
hwdsl2/ipsec-vpn-server
```

Expand All @@ -90,8 +88,6 @@ docker run \
- net.ipv4.conf.default.accept_redirects=0
- net.ipv4.conf.default.send_redirects=0
- net.ipv4.conf.default.rp_filter=0
- net.ipv4.conf.eth0.send_redirects=0
- net.ipv4.conf.eth0.rp_filter=0
```

更多信息请参见 [compose file reference](https://docs.docker.com/compose/compose-file/)
Expand Down
4 changes: 0 additions & 4 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ docker run \
--sysctl net.ipv4.conf.default.accept_redirects=0 \
--sysctl net.ipv4.conf.default.send_redirects=0 \
--sysctl net.ipv4.conf.default.rp_filter=0 \
--sysctl net.ipv4.conf.eth0.send_redirects=0 \
--sysctl net.ipv4.conf.eth0.rp_filter=0 \
hwdsl2/ipsec-vpn-server
```

Expand All @@ -90,8 +88,6 @@ Similarly, if using [Docker compose](https://docs.docker.com/compose/), you may
- net.ipv4.conf.default.accept_redirects=0
- net.ipv4.conf.default.send_redirects=0
- net.ipv4.conf.default.rp_filter=0
- net.ipv4.conf.eth0.send_redirects=0
- net.ipv4.conf.eth0.rp_filter=0
```

For more information, see [compose file reference](https://docs.docker.com/compose/compose-file/).
Expand Down

0 comments on commit 9eaf0c3

Please sign in to comment.