mirror of
https://github.com/m1ngsama/automa.git
synced 2026-03-26 02:33:50 +00:00
Deploy scripts now look for templates in INFRA_DIR first, then fall back to the bundled copies in automa. This makes automa fully self-contained: a .env with filled values is all that is needed — no infra checkout required. Bundle: config.json.example, privoxy.conf.example, shadowsocks-client.service, shadowsocks-rust.service, frps.toml.example, frps.service, frpc.toml.example, frpc.service
10 lines
215 B
Text
10 lines
215 B
Text
{
|
|
"server": "0.0.0.0",
|
|
"server_port": ${SS_PORT},
|
|
"password": "${SS_PASSWORD}",
|
|
"method": "${SS_METHOD}",
|
|
"timeout": 300,
|
|
"fast_open": true,
|
|
"no_delay": true,
|
|
"mode": "tcp_and_udp"
|
|
}
|