mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix: README missing comma
This commit is contained in:
@@ -818,7 +818,7 @@ Example configuration:
|
||||
// Outbound socket bind() to this IP (choose a specific interface)
|
||||
"outbound_bind_addr": "11.22.33.44",
|
||||
// Outbound UDP socket allows IP fragmentation (default false)
|
||||
"outbound_udp_allow_fragmentation": false
|
||||
"outbound_udp_allow_fragmentation": false,
|
||||
|
||||
// Balancer customization
|
||||
"balancer": {
|
||||
|
||||
Reference in New Issue
Block a user