-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-sample_new.plist
56 lines (56 loc) · 1.09 KB
/
config-sample_new.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?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>dns</key>
<dict>
<key>servers</key>
<array>
<string>localhost</string>
</array>
</dict>
<key>inbounds</key>
<array>
<dict>
<key>listen</key>
<string>127.0.0.1</string>
<key>port</key>
<integer>1081</integer>
<key>protocol</key>
<string>socks</string>
<key>settings</key>
<dict>
<key>auth</key>
<string>noauth</string>
<key>ip</key>
<string>127.0.0.1</string>
<key>udp</key>
<false/>
</dict>
<key>tag</key>
<string>socksinbound</string>
</dict>
<dict>
<key>listen</key>
<string>127.0.0.1</string>
<key>port</key>
<integer>8001</integer>
<key>protocol</key>
<string>http</string>
<key>settings</key>
<dict>
<key>timeout</key>
<integer>0</integer>
</dict>
<key>tag</key>
<string>httpinbound</string>
</dict>
</array>
<key>log</key>
<dict/>
<key>outbounds</key>
<array/>
<key>routing</key>
<dict/>
</dict>
</plist>