modify default filter

This commit is contained in:
MaysWind 2017-03-19 15:48:38 +08:00
parent c68c94d59a
commit ce48b87a0a

View file

@ -16,8 +16,8 @@
options: {}, options: {},
optionFilter: { optionFilter: {
global: true, global: true,
http: true, http: false,
bittorrent: true bittorrent: false
} }
}; };