Files
v2ray_simple/examples/ss.server.toml

17 lines
501 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[[listen]]
protocol = "shadowsocks"
host = "127.0.0.1"
port = 4434
uuid = "method:AES-128-GCM\npass:iloveverysimple"
#network = "dual"
# 如果不设network或者为dual的话vs的shadowsocks会 用tcp传递tcpudp传递udp
# 如果设为 tcp的话则 该ss只传递tcp并拒绝 任何对udp的请求; 设为udp时同理。
# vs的 ss 目前还没有 udp over tcp 功能
#[[route]]
#user = ["iloveverysimple"] #可通过password来分流
# toTag = "mySpecialTag_for_iloveverysimple"