1 Star 0 Fork 0

wordgao / dnscrypt-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
org.dnscrypt.osx.DNSCryptProxy.plist 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Frank Denis 提交于 2014-09-04 15:00 . Add a few comments to the .plist file
<?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>org.dnscrypt.osx.DNSCryptProxy</string>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>--user=nobody</string>
<!-- You might want to change this on iOS or if you installed the proxy in a specific location -->
<string>/usr/local/sbin/dnscrypt-proxy</string>
<!-- You might want to change this on iOS or if you installed the proxy in a specific location -->
<string>--resolvers-list=/usr/local/share/dnscrypt-proxy/dnscrypt-resolvers.csv</string>
<!-- Change this to the provider name you want to use -->
<string>--resolver-name=***CHANGETHIS***</string>
</array>
<key>StandardErrorPath</key>
<string>/dev/null</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>UserName</key>
<string>root</string>
</dict>
</plist>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cshare/dnscrypt-proxy.git
git@gitee.com:cshare/dnscrypt-proxy.git
cshare
dnscrypt-proxy
dnscrypt-proxy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891