|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | | - <key>port</key> |
6 | | - <integer>1080</integer> |
| 5 | + <key>dns</key> |
| 6 | + <dict> |
| 7 | + <key>servers</key> |
| 8 | + <array> |
| 9 | + <string>8.8.8.8</string> |
| 10 | + <string>8.8.4.4</string> |
| 11 | + <string>localhost</string> |
| 12 | + </array> |
| 13 | + </dict> |
7 | 14 | <key>inbound</key> |
8 | 15 | <dict> |
| 16 | + <key>listen</key> |
| 17 | + <string>127.0.0.1</string> |
| 18 | + <key>port</key> |
| 19 | + <integer>1080</integer> |
9 | 20 | <key>protocol</key> |
10 | 21 | <string>socks</string> |
11 | 22 | <key>settings</key> |
|
18 | 29 | <false/> |
19 | 30 | </dict> |
20 | 31 | </dict> |
| 32 | + <key>log</key> |
| 33 | + <dict> |
| 34 | + <key>loglevel</key> |
| 35 | + <string>warning</string> |
| 36 | + </dict> |
21 | 37 | <key>outbound</key> |
22 | 38 | <dict> |
23 | 39 | <key>protocol</key> |
|
28 | 44 | <array> |
29 | 45 | <dict> |
30 | 46 | <key>address</key> |
31 | | - <string>195.154.64.131</string> |
| 47 | + <string>v2ray.cool</string> |
32 | 48 | <key>port</key> |
33 | | - <integer>17173</integer> |
| 49 | + <integer>10086</integer> |
34 | 50 | <key>users</key> |
35 | 51 | <array> |
36 | 52 | <dict> |
37 | 53 | <key>alterId</key> |
38 | | - <integer>1024</integer> |
| 54 | + <integer>64</integer> |
39 | 55 | <key>id</key> |
40 | | - <string>1ad52bdc-16d1-41a5-811d-f5c0c76d677b</string> |
| 56 | + <string>23ad6b10-8d1a-40f7-8ad0-e3e35cd38297</string> |
41 | 57 | </dict> |
42 | 58 | </array> |
43 | 59 | </dict> |
44 | 60 | </array> |
45 | 61 | </dict> |
46 | 62 | </dict> |
47 | | - <key>outboundDetour</key> |
48 | | - <array> |
49 | | - <dict> |
50 | | - <key>protocol</key> |
51 | | - <string>freedom</string> |
52 | | - <key>settings</key> |
53 | | - <dict/> |
54 | | - <key>tag</key> |
55 | | - <string>direct</string> |
56 | | - </dict> |
57 | | - </array> |
58 | | - <key>routing</key> |
59 | | - <dict> |
60 | | - <key>settings</key> |
61 | | - <dict> |
62 | | - <key>rules</key> |
63 | | - <array> |
64 | | - <dict> |
65 | | - <key>outboundTag</key> |
66 | | - <string>direct</string> |
67 | | - <key>type</key> |
68 | | - <string>chinasites</string> |
69 | | - </dict> |
70 | | - <dict> |
71 | | - <key>outboundTag</key> |
72 | | - <string>direct</string> |
73 | | - <key>type</key> |
74 | | - <string>field</string> |
75 | | - <key>ip</key> |
76 | | - <array> |
77 | | - <string>0.0.0.0/8</string> |
78 | | - <string>10.0.0.0/8</string> |
79 | | - <string>100.64.0.0/10</string> |
80 | | - <string>127.0.0.0/8</string> |
81 | | - <string>169.254.0.0/16</string> |
82 | | - <string>172.16.0.0/12</string> |
83 | | - <string>192.0.0.0/24</string> |
84 | | - <string>192.0.2.0/24</string> |
85 | | - <string>192.168.0.0/16</string> |
86 | | - <string>198.18.0.0/15</string> |
87 | | - <string>198.51.100.0/24</string> |
88 | | - <string>203.0.113.0/24</string> |
89 | | - <string>::1/128</string> |
90 | | - <string>fc00::/7</string> |
91 | | - <string>fe80::/10</string> |
92 | | - </array> |
93 | | - </dict> |
94 | | - <dict> |
95 | | - <key>outboundTag</key> |
96 | | - <string>direct</string> |
97 | | - <key>type</key> |
98 | | - <string>chinaip</string> |
99 | | - </dict> |
100 | | - </array> |
101 | | - </dict> |
102 | | - <key>strategy</key> |
103 | | - <string>rules</string> |
104 | | - </dict> |
105 | | - <key>log</key> |
106 | | - <dict> |
107 | | - <key>access</key> |
108 | | - <string></string> |
109 | | - </dict> |
110 | 63 | </dict> |
111 | 64 | </plist> |
0 commit comments