Skip to content

Commit

Permalink
Add Rule (for ipv6)
Browse files Browse the repository at this point in the history
  • Loading branch information
77-QiQi committed Sep 15, 2024
1 parent 573f66d commit cbeec01
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions config/appprofile.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,15 @@
'server' => 'proxy-v6',
],
[
'clash_mode' => 'Direct',
'rule_set' => 'geosite-cn',
'server' => 'local',
],
[
'rule_set' => 'geosite-cn',
'clash_mode' => 'Rule-v6',
'server' => 'proxy-v6',
],
[
'clash_mode' => 'Direct',
'server' => 'local',
],
],
Expand Down Expand Up @@ -167,19 +171,22 @@
'outbound' => 'select',
],
[
'protocol' => 'stun',
'outbound' => 'block',
'rule_set' => [
'geosite-cn',
'geoip-cn',
],
'outbound' => 'direct',
],
[
'ip_is_private' => true,
'outbound' => 'direct',
'clash_mode' => 'Rule-v6',
'outbound' => 'select',
],
[
'rule_set' => 'geoip-cn',
'outbound' => 'direct',
'protocol' => 'stun',
'outbound' => 'block',
],
[
'rule_set' => 'geosite-cn',
'ip_is_private' => true,
'outbound' => 'direct',
],
],
Expand Down

0 comments on commit cbeec01

Please sign in to comment.