Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Jun 30, 2023
1 parent c6d0407 commit 7bc7e47
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,14 @@ plugins:
- forward_easymosdns
secondary:
# 超时用本地分流器
- forward_local
- if: "(! response_has_local_ip) && [_response_valid_answer]"
- forward_remote
- if: response_has_local_ip
exec:
- forward_local
- _return
- ecs_global
- if: "(! ecs_is_cn) && [_response_valid_answer]"
exec:
- ecs_global
- forward_remote
fast_fallback: 2500
always_standby: false
Expand Down

0 comments on commit 7bc7e47

Please sign in to comment.