full_tunnel_setup to nym_tunnel_setup

This commit is contained in:
serinko
2025-11-24 15:20:45 +01:00
parent f12a554e85
commit a293d6da7d
2 changed files with 8 additions and 9 deletions
@@ -87,7 +87,7 @@ chmod +x network-tunnel-manager.sh && \
```
- Nodes with **WireGuard disabled**: Does everything like the command above *without WireGuard exit policy*
```sh
./network-tunnel-manager.sh full_tunnel_setup
./network-tunnel-manager.sh nym_tunnel_setup
```
</ Steps>
</Tabs.Tab>
@@ -110,7 +110,7 @@ chmod +x network-tunnel-manager.sh && \
```
- Nodes with **WireGuard disabled**: Does everything like the command above *without WireGuard exit policy*
```sh
./network-tunnel-manager.sh full_tunnel_setup
./network-tunnel-manager.sh nym_tunnel_setup
```
</ Steps>
</Tabs.Tab>