luci-app-passwall: Xray shunt adds Steam direct configuration
Added "Steam" distribution node, the default configuration is direct connection mode, the highest priority Tested without any issues
This commit is contained in:
parent
ec1baf3e02
commit
86f81ca69e
@ -83,6 +83,7 @@ config nodes 'myshunt'
|
|||||||
option remarks '分流总节点'
|
option remarks '分流总节点'
|
||||||
option type 'Xray'
|
option type 'Xray'
|
||||||
option protocol '_shunt'
|
option protocol '_shunt'
|
||||||
|
option STEAM '_direct'
|
||||||
option AD 'nil'
|
option AD 'nil'
|
||||||
option BT '_direct'
|
option BT '_direct'
|
||||||
option Telegram 'nil'
|
option Telegram 'nil'
|
||||||
@ -95,6 +96,58 @@ config nodes 'myshunt'
|
|||||||
option default_node 'nil'
|
option default_node 'nil'
|
||||||
option domainStrategy 'IPOnDemand'
|
option domainStrategy 'IPOnDemand'
|
||||||
|
|
||||||
|
config shunt_rules 'STEAM'
|
||||||
|
option remarks 'STEAM'
|
||||||
|
option domain_list 'api.steampowered.com
|
||||||
|
regexp:\.cm.steampowered.com$
|
||||||
|
regexp:\.steamserver.net$'
|
||||||
|
option ip_list '103.10.124.0/24
|
||||||
|
103.10.125.0/24
|
||||||
|
103.28.54.0/24
|
||||||
|
146.66.152.0/24
|
||||||
|
146.66.155.0/24
|
||||||
|
153.254.86.0/24
|
||||||
|
155.133.224.0/23
|
||||||
|
155.133.226.0/24
|
||||||
|
155.133.227.0/24
|
||||||
|
155.133.230.0/24
|
||||||
|
155.133.232.0/24
|
||||||
|
155.133.233.0/24
|
||||||
|
155.133.234.0/24
|
||||||
|
155.133.236.0/23
|
||||||
|
155.133.238.0/24
|
||||||
|
155.133.239.0/24
|
||||||
|
155.133.240.0/23
|
||||||
|
155.133.245.0/24
|
||||||
|
155.133.246.0/24
|
||||||
|
155.133.248.0/24
|
||||||
|
155.133.249.0/24
|
||||||
|
155.133.250.0/24
|
||||||
|
155.133.251.0/24
|
||||||
|
155.133.252.0/24
|
||||||
|
155.133.253.0/24
|
||||||
|
155.133.254.0/24
|
||||||
|
155.133.255.0/24
|
||||||
|
162.254.192.0/24
|
||||||
|
162.254.193.0/24
|
||||||
|
162.254.194.0/23
|
||||||
|
162.254.195.0/24
|
||||||
|
162.254.196.0/24
|
||||||
|
162.254.197.0/24
|
||||||
|
162.254.198.0/24
|
||||||
|
162.254.199.0/24
|
||||||
|
185.25.182.0/24
|
||||||
|
185.25.183.0/24
|
||||||
|
190.217.33.0/24
|
||||||
|
192.69.96.0/22
|
||||||
|
205.185.194.0/24
|
||||||
|
205.196.6.0/24
|
||||||
|
208.64.200.0/24
|
||||||
|
208.64.201.0/24
|
||||||
|
208.64.202.0/24
|
||||||
|
208.64.203.0/24
|
||||||
|
208.78.164.0/22'
|
||||||
|
|
||||||
config shunt_rules 'GAME'
|
config shunt_rules 'GAME'
|
||||||
option remarks 'GAME'
|
option remarks 'GAME'
|
||||||
option domain_list 'geosite:category-games@cn'
|
option domain_list 'geosite:category-games@cn'
|
||||||
|
Loading…
Reference in New Issue
Block a user