Skip to content

Commit

Permalink
Add a prompt for IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
tyuan authored Mar 7, 2019
1 parent 62190e5 commit ed7a71c
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 ed7a71c

Please sign in to comment.