simple-obfs
simple-obfs copied to clipboard
支持MacOS吗?
什么时候支持MacOS?
支持啊
在 2017年11月2日,上午11:44,Michaelyb520 [email protected] 写道:
什么时候支持MacOS?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shadowsocks/simple-obfs/issues/130, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHZSsO4fK990dJhg5aGFcoz3T-CSdTQks5syTqXgaJpZM4QPIWq.
没办法安装啊
brew install simple-obfs
在 2017年11月2日,上午11:52,Michaelyb520 [email protected] 写道:
没办法安装啊
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shadowsocks/simple-obfs/issues/130#issuecomment-341310742, or mute the thread https://github.com/notifications/unsubscribe-auth/ACHZSkxli0n25riQiB57mMc4XeS16NLWks5syTxzgaJpZM4QPIWq.
要使用shadowsocks-libev这个?我一直用的是ShadowsocksX-NG啊,怎么让这个客户端调simple-obfs呢
@Michaelyb520 NG目前不支持插件。
我是用Homebrew安装的SS和obfs,并使用brew services管理开机启动,您考虑一下?
我是用Homebrew安装的SS和obfs,并使用brew services管理开机启动,您考虑一下?
simple-obfs无法自动启动,还要手动ss-local -c configpath。
我是用Homebrew安装的SS和obfs,并使用brew services管理开机启动,您考虑一下?
simple-obfs无法自动启动,还要手动ss-local -c configpath。
Shadowsocks的配置文件里面有没有加上plugin
和plugin_opts
?
{
//其他的配置
"plugin":"/usr/local/bin/obfs-local",
"plugin_opts":"obfs=http;obfs-host=apps.bdimg.com"
}
我是用Homebrew安装的SS和obfs,并使用brew services管理开机启动,您考虑一下?
simple-obfs无法自动启动,还要手动ss-local -c configpath。
另外这是我的plist内容,位置在/usr/local/opt/shadowsocks-libev/homebrew.mxcl.shadowsocks-libev.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>homebrew.mxcl.shadowsocks-libev</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/opt/shadowsocks-libev/bin/ss-local</string>
<string>-c</string>
<!-- 配置文件位置 -->
<string>/usr/local/etc/shadowsocks-libev.json</string>
<string>-u</string>
</array>
<!-- 随系统启动 -->
<key>RunAtLoad</key>
<true/>
<!-- 保活 -->
<key>KeepAlive</key>
<true/>
</dict>
</plist>
然后brew services start shadowsocks-libev
要使用shadowsocks-libev这个?我一直用的是ShadowsocksX-NG啊,怎么让这个客户端调simple-obfs呢
同问
要使用shadowsocks-libev这个?我一直用的是ShadowsocksX-NG啊,怎么让这个客户端调simple-obfs呢
同问
如果这东西不支持插件的话,那么只能自己拿源码来编译,或者暂时改用命令行客户端。