luci-app-passwall: add default shunt rules
Game shunting rules, to a limited extent to solve the problem of proxy for a series of game platforms such as steam,choose direct connection when shunting Youtube shuning rules, Solve the problem that access to fonts.googleapis.com times out in some regions, resulting in a white screen on YouTube
This commit is contained in:
parent
02d9adfd98
commit
97a11bc8b4
@ -94,6 +94,10 @@ config nodes 'myshunt'
|
||||
option default_node 'nil'
|
||||
option domainStrategy 'IPOnDemand'
|
||||
|
||||
config shunt_rules 'GAME'
|
||||
option remarks 'GAME'
|
||||
option domain_list 'geosite:category-games@cn'
|
||||
|
||||
config shunt_rules 'AD'
|
||||
option remarks 'AD'
|
||||
option domain_list 'geosite:category-ads-all'
|
||||
@ -106,6 +110,12 @@ config shunt_rules 'Telegram'
|
||||
option remarks 'Telegram'
|
||||
option ip_list 'geoip:telegram'
|
||||
|
||||
config shunt_rules 'YOUTUBE'
|
||||
option remarks 'YOUTUBE'
|
||||
option domain_list 'www.youtube.com
|
||||
youtube.com
|
||||
fonts.googleapis.com'
|
||||
|
||||
config shunt_rules 'Netflix'
|
||||
option remarks 'Netflix'
|
||||
option domain_list 'fast.com
|
||||
|
Loading…
Reference in New Issue
Block a user