Browse Source

Update FreeBSD section of README.md

I have updated the freebsd port to include a default config.json file, which will be installed into /usr/local/etc/shadowsocks-libev by default.
To enable shadowsocks-libev on freebsd, it's as simple as adding the shadowsocks_libev_enable variable to /etc/rc.conf
pull/28/head
xiaoding 11 years ago
parent
commit
eade996265
1 changed files with 2 additions and 11 deletions
  1. 13
      README.md

13
README.md

@ -97,21 +97,12 @@ cd /usr/ports/net/shadowsocks-libev
make install make install
``` ```
Then add your configuration into /etc/rc.conf file:
Edit your config.json file. By default, it's located in /usr/local/etc/shadowsocks-libev
```
# RECOMMENDED
shadowsocks_libev_enable="YES"
shadowsocks_libev_flags="-c /PATH/TO/CONFIG.JSON"
```
or you can omit the config.json file, specify arguments directly:
To enable shadowsocks-libev, add the following rc variable to your /etc/rc.conf file.
``` ```
shadowsocks_libev_enable="YES" shadowsocks_libev_enable="YES"
shadowsocks_libev_password="YOUR PASSWORD"
shadowsocks_libev_port="1080"
shadowsocks_libev_localport="7070"
``` ```
Start the shadowsocks server: Start the shadowsocks server:

Loading…
Cancel
Save