@@ -218,6 +218,7 @@ export const RulesConfigDefaults = (
218218 {
219219 id : RuleType . InsertionPoint ,
220220 type : RuleType . InsertionPoint ,
221+ enable : true ,
221222 payload : '' ,
222223 proxy : '' ,
223224 'no-resolve' : false ,
@@ -231,6 +232,7 @@ export const RulesConfigDefaults = (
231232 {
232233 id : sampleID ( ) ,
233234 type : RuleType . Logic ,
235+ enable : true ,
234236 payload : 'AND,((DST-PORT,443),(NETWORK,udp))' ,
235237 proxy : ids [ 3 ] ,
236238 'no-resolve' : false ,
@@ -244,6 +246,7 @@ export const RulesConfigDefaults = (
244246 {
245247 id : sampleID ( ) ,
246248 type : RuleType . RuleSet ,
249+ enable : true ,
247250 payload :
248251 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geosite/category-ads-all.mrs' ,
249252 proxy : ids [ 3 ] ,
@@ -258,6 +261,7 @@ export const RulesConfigDefaults = (
258261 {
259262 id : sampleID ( ) ,
260263 type : RuleType . RuleSet ,
264+ enable : true ,
261265 payload :
262266 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geoip/private.mrs' ,
263267 proxy : ids [ 2 ] ,
@@ -272,6 +276,7 @@ export const RulesConfigDefaults = (
272276 {
273277 id : sampleID ( ) ,
274278 type : RuleType . RuleSet ,
279+ enable : true ,
275280 payload : 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geoip/cn.mrs' ,
276281 proxy : ids [ 2 ] ,
277282 'no-resolve' : true ,
@@ -285,6 +290,7 @@ export const RulesConfigDefaults = (
285290 {
286291 id : sampleID ( ) ,
287292 type : RuleType . RuleSet ,
293+ enable : true ,
288294 payload :
289295 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geosite/private.mrs' ,
290296 proxy : ids [ 2 ] ,
@@ -299,6 +305,7 @@ export const RulesConfigDefaults = (
299305 {
300306 id : sampleID ( ) ,
301307 type : RuleType . RuleSet ,
308+ enable : true ,
302309 payload : 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geosite/cn.mrs' ,
303310 proxy : ids [ 2 ] ,
304311 'no-resolve' : false ,
@@ -312,6 +319,7 @@ export const RulesConfigDefaults = (
312319 {
313320 id : sampleID ( ) ,
314321 type : RuleType . RuleSet ,
322+ enable : true ,
315323 payload :
316324 'https://testingcf.jsdelivr.net/gh/MetaCubeX/meta-rules-dat@meta/geo/geosite/geolocation-!cn.mrs' ,
317325 proxy : ids [ 0 ] ,
@@ -326,6 +334,7 @@ export const RulesConfigDefaults = (
326334 {
327335 id : sampleID ( ) ,
328336 type : RuleType . Match ,
337+ enable : true ,
329338 payload : '' ,
330339 proxy : ids [ 4 ] ,
331340 'no-resolve' : false ,
0 commit comments