shadowsocks

  1. baaz

    Can shadowsocks-libev come back to ports?

    The shadowsocks-libev was removed a few months ago . But it is still a widly used utility . It is still getting bugfixes and by no means is "Abandonware" . Also It was realy faster to compile in ports, compared to the Rust version . The old port Makefile still works, in fact before writing...
  2. m_pahlevanzadeh

    /usr/local/bin/ss-server[83995]: setting ipv6 dscp failed: 22

    I set up the following json file for shadowsocks: { "server":["::1","127.0.0.1","162.223.88.40"], "mode":"tcp_and_udp", "server_port":8388, "local_port":1080, "password":"foobar", "timeout":86400, "method":"chacha20-ietf-poly1305" } Then I receive in the...
  3. saeedpersa

    IPFW

    Dear Friends I installed ShadowSocks VPN with Port: 59080 and Configured IPFW and ByPass this port Here is my IPFW Configure: IPF="ipfw -q add" ipfw -q -f flush TRUST="x.109.x.143" #loopback $IPF 10 allow all from any to any via lo0 $IPF 20 deny all from any to 127.0.0.0/8 $IPF 30 deny all...
Back
Top