Browse Source
Before, ```bash $ ss-local -s::1 -p8388 -b::1 -l1080 -k123456 -v ... 2016-10-25 20:07:03 INFO: listening at ::1:1080 ... ``` After, ```bash $ ss-local -s::1 -p8388 -b::1 -l1080 -k123456 -v ... 2016-10-25 20:07:49 INFO: listening at [::1]:1080 ... ```pull/905/head
committed by
Max Lv