mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-09 06:18:31 -04:00
increase default smoltcp interface limit and add to README
This commit is contained in:
parent
c86784ed70
commit
9ccd2e19f6
2 changed files with 12 additions and 0 deletions
4
.cargo/config.toml
Normal file
4
.cargo/config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[env]
|
||||
# Each interface needs 1 IP allocated to the WireGuard peer IP.
|
||||
# "8" = 7 tunnels per protocol.
|
||||
SMOLTCP_IFACE_MAX_ADDR_COUNT = "8"
|
Loading…
Add table
Add a link
Reference in a new issue