mirror of
https://github.com/shadowsocks/shadowsocks-libev.git
synced 2026-09-25 01:55:23 +00:00
Boot a minimal Alpine Linux guest in QEMU with iptables, ss-redir, and ss-nat to verify the full transparent proxy chain: iptables REDIRECT → ss-redir → ss-server (host) → internet. The host-built ss-redir binary and its shared library dependencies are copied into the Alpine rootfs, avoiding static linking issues. Uses QEMU user-mode networking with KVM acceleration when available. Linux-only CI step with 8-minute timeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"server":"10.0.2.2",
|
|
"server_port":8389,
|
|
"local_port":1080,
|
|
"password":"test_redir_password",
|
|
"timeout":60,
|
|
"method":"aes-256-gcm"
|
|
}
|