Commit 96e799f 1 parent d442e86 commit 96e799f Copy full SHA for 96e799f
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ AUTOMAKE_OPTIONS = gnu
4
4
5
5
EXTRA_DIST = \
6
6
autogen.sh \
7
+ com.opendns.osx.DNSCryptProxy.plist \
7
8
README.markdown \
8
9
TECHNOTES \
9
10
THANKS
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http:/www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >Label </key >
6
+ <string >com.opendns.osx.DNSCryptProxy </string >
7
+ <key >KeepAlive </key >
8
+ <true />
9
+ <key >RunAtLoad </key >
10
+ <true />
11
+ <key >ProgramArguments </key >
12
+ <array >
13
+ <string >/usr/local/sbin/dnscrypt-proxy </string >
14
+ <string >--user=nobody </string >
15
+ </array >
16
+ <key >StandardErrorPath </key >
17
+ <string >/dev/null </string >
18
+ <key >StandardOutPath </key >
19
+ <string >/dev/null </string >
20
+ <key >UserName </key >
21
+ <string >root </string >
22
+ </dict >
23
+ </plist >
You can’t perform that action at this time.
0 commit comments