mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-11-03 08:28:50 +08:00 
			
		
		
		
	update 2023-04-08 14:17:59
This commit is contained in:
		@ -93,7 +93,7 @@ config nodes 'myshunt'
 | 
			
		||||
	option BT '_direct'
 | 
			
		||||
	option Proxy '_default'
 | 
			
		||||
	option Netflix '_default'
 | 
			
		||||
	option openai '_default'
 | 
			
		||||
	option OpenAI '_default'
 | 
			
		||||
	option Direct '_direct'
 | 
			
		||||
	option default_node 'nil'
 | 
			
		||||
	option domainStrategy 'IPOnDemand'
 | 
			
		||||
@ -189,8 +189,8 @@ config shunt_rules 'Netflix'
 | 
			
		||||
	option remarks 'Netflix'
 | 
			
		||||
	option domain_list 'geosite:netflix'
 | 
			
		||||
	
 | 
			
		||||
config shunt_rules 'openai'
 | 
			
		||||
	option remarks 'openai'
 | 
			
		||||
config shunt_rules 'OpenAI'
 | 
			
		||||
	option remarks 'OpenAI'
 | 
			
		||||
	option domain_list 'openai.com'
 | 
			
		||||
 | 
			
		||||
config shunt_rules 'Direct'
 | 
			
		||||
 | 
			
		||||
@ -647,7 +647,7 @@ wireguard_mtu = s:option(Value, "wireguard_mtu", translate("MTU"))
 | 
			
		||||
wireguard_mtu.default = "1420"
 | 
			
		||||
wireguard_mtu:depends({ type = "Xray", protocol = "wireguard" })
 | 
			
		||||
 | 
			
		||||
if api.compare_versions(api.get_app_version("xray"), ">=", "1.8.0") then
 | 
			
		||||
if api.compare_versions(api.get_xray_version(), ">=", "1.8.0") then
 | 
			
		||||
	wireguard_reserved = s:option(Value, "wireguard_reserved", translate("Reserved"))
 | 
			
		||||
	wireguard_reserved:depends({ type = "Xray", protocol = "wireguard" })
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user