Browse Source

使其和默认安装包的路径一致

pull/417/head
s7lx 9 years ago
parent
commit
f65c19a138
1 changed files with 1 additions and 1 deletions
  1. 2
      src/common.h

2
src/common.h

@ -43,7 +43,7 @@
#endif
#define DEFAULT_CONF_PATH "/etc/shadowsocks/config.json"
#define DEFAULT_CONF_PATH "/etc/shadowsocks-libev/config.json"
#ifndef SOL_TCP
#define SOL_TCP IPPROTO_TCP

Loading…
Cancel
Save