feat(netns): add netns

This commit is contained in:
2025-10-12 01:03:20 +01:00
parent 742f8a2a8e
commit a8aa6bb01c
4 changed files with 48 additions and 87 deletions

2
run.sh
View File

@@ -35,7 +35,7 @@ CONNLESS_SERVERS=(
# Common args
COMMON_ARGS=(
"$DOMAINS_FILE"
--interface eth0
--interface veth0
--timeout 5s
)