Skip to content

Commit

Permalink
feat(openclash): set default to redir-host explicit and add geo updat…
Browse files Browse the repository at this point in the history
…e config

 since the default value of enhance mode is changed now
  • Loading branch information
EkkoG committed Oct 18, 2024
1 parent 5b0c084 commit 11c8dd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/openclash/files/etc/uci-defaults/90-openclash
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ set openclash.@config_subscribe[-1]=config_subscribe
set openclash.@config_subscribe[-1].enabled='1'
set openclash.@config_subscribe[-1].address='$CLASH_CONFIG_URL'
set openclash.@config_subscribe[-1].sub_convert='0'
set openclash.config.operation_mode='redir-host'
set openclash.config.en_mode='redir-host'
set openclash.config.enable_respect_rules='1'
set openclash.config.custom_fallback_filter='1'
set openclash.config.ipv6_enable='1'
Expand All @@ -52,6 +54,11 @@ set openclash.config.auto_restart_week_time='*'
set openclash.config.chnr_update_day_time='3'
set openclash.config.chnr_update_week_time='*'
set openclash.config.chnr_auto_update='1'
set openclash.config.geosite_auto_update='1'
set openclash.config.enable_v6_udp_proxy='1'
set openclash.config.geosite_update_week_time='*'
set openclash.config.geosite_update_day_time='0'
set openclash.config.geosite_custom_url='https://testingcf.jsdelivr.net/gh/Loyalsoldier/v2ray-rules-dat@release/geosite.dat'
set openclash.config.auto_restart='1'
set openclash.config.auto_restart_day_time='3'
set openclash.config.enable_dns='1'
Expand Down

0 comments on commit 11c8dd1

Please sign in to comment.