summaryrefslogtreecommitdiffstats
path: root/roles/gateway/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-12 17:17:30 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-12 17:17:30 +0200
commite40a63f465bf2ad045afd054b7a27ffe8eed5296 (patch)
tree3f905af228e6e66fa2f8a6f28e6d1b087a37c029 /roles/gateway/README.md
parent5c0d85530d78788c309138783d824ed14e8ec718 (diff)
Fix the testing of gateway role in containers/CI
Diffstat (limited to 'roles/gateway/README.md')
-rw-r--r--roles/gateway/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gateway/README.md b/roles/gateway/README.md
index 97ebf682..ee6488c4 100644
--- a/roles/gateway/README.md
+++ b/roles/gateway/README.md
@@ -82,8 +82,8 @@ journalctl -u gateway-direct-mode.service -f
```bash
# Verify iptables rules
-iptables -L -n -v
-iptables -t nat -L -n -v
+sudo iptables -L -n -v
+sudo iptables -t nat -L -n -v
# Check WireGuard interface detection
ip link show | grep wg