# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Config file used by shadowsocks-rust services.
# By default, upstream example config.json is used.
# Change this to your configuration.
SS_RS_CONFIG="/etc/shadowsocks-rust/config.json"

# Command args used by shadowsocks-rust services.
SS_RS_ARGS="-c ${SS_RS_CONFIG} --log-without-time"
