Browse Source

Fix a typo, #769

pull/773/head
Max Lv 8 years ago
parent
commit
8910a2593b
1 changed files with 1 additions and 1 deletions
  1. 2
      doc/ss-server.asciidoc

2
doc/ss-server.asciidoc

@ -149,7 +149,7 @@ In order to listen to both IPv4/IPv6 address, use the following grammar in
your config json file:
....
{
"server":["[::0]","0.0.0.0"],
"server":["::0","0.0.0.0"],
...
}
....

Loading…
Cancel
Save