File tree Expand file tree Collapse file tree 2 files changed +46
-2
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 2 files changed +46
-2
lines changed Original file line number Diff line number Diff line change 44 "bShowWnd" : true ,
55 "nHttpPort" : 5501 ,
66 "nRFCPort" : 5502 ,
7- "nNTPPort" : 123 ,
8- "nDNSPort" : 53 ,
7+ "nNTPPort" : 0 ,
8+ "nDNSPort" : 0 ,
99 "XMax" : {
1010 "nMaxClient" : 10000 ,
1111 "nMaxQueue" : 10000 ,
Original file line number Diff line number Diff line change 1+ {
2+ "DNSServer" : [
3+ " 8.8.8.8" ,
4+ " 8.8.4.4"
5+ ],
6+ "DNSList" : [
7+ {
8+ "bEnable" : false ,
9+ "DNSName" : " www.libxengine.com" ,
10+ "DNSAddr" : [
11+ {
12+ "Type:" : 5 ,
13+ "TTL" : 60 ,
14+ "Name" : " www.libxengine.com" ,
15+ "Addr" : " www.xyry.org"
16+ },
17+ {
18+ "Type:" : 1 ,
19+ "TTL" : 60 ,
20+ "Name" : " www.xyry.org" ,
21+ "Addr" : " 118.25.14.242"
22+ },
23+ {
24+ "Type:" : 1 ,
25+ "TTL" : 120 ,
26+ "Name" : " www.libxengine.com" ,
27+ "Addr" : " 104.21.4.128"
28+ }
29+ ]
30+ },
31+ {
32+ "bEnable" : true ,
33+ "DNSName" : " www.xyry.org" ,
34+ "DNSAddr" : [
35+ {
36+ "Type:" : 1 ,
37+ "TTL" : 120 ,
38+ "Name" : " www.xyry.org" ,
39+ "Addr" : " 104.21.4.128"
40+ }
41+ ]
42+ }
43+ ]
44+ }
You can’t perform that action at this time.
0 commit comments