add privoxy
This commit is contained in:
12
ShadowsocksX-NG/reload_conf_privoxy.sh
Executable file
12
ShadowsocksX-NG/reload_conf_privoxy.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# reload_privoxy.sh
|
||||
# ShadowsocksX-NG
|
||||
#
|
||||
# Created by 王晨 on 16/10/7.
|
||||
# Copyright © 2016年 zhfish. All rights reserved.
|
||||
|
||||
#launchctl kill SIGHUP "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
||||
|
||||
launchctl unload "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
||||
launchctl load "$HOME/Library/LaunchAgents/com.qiuyuzhou.shadowsocksX-NG.http.plist"
|
Reference in New Issue
Block a user