Skip to content

Commit

Permalink
Merge pull request shadowsocks#468 from timmyyuan/master
Browse files Browse the repository at this point in the history
Added a sample configuration for multiple IPv6 servers
  • Loading branch information
arthurkiller authored Mar 7, 2019
2 parents 17933e7 + ed7a71c commit ac922d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample-config/client-multi-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"local_port": 1081,
"server_password": [
["127.0.0.1:8387", "foobar"],
["127.0.0.1:8388", "barfoo", "aes-128-cfb"]
["127.0.0.1:8388", "barfoo", "aes-128-cfb"],
["[::1]:8389", "foobarfoo", "aes-128-cfb"]
]
}

0 comments on commit ac922d1

Please sign in to comment.