Skip to content

Commit

Permalink
[Uim] clash_mode(revert & update) (#2486)
Browse files Browse the repository at this point in the history
* clash_mode(revert)

* Update appprofile.example.php

* Update clash_mode(Rule)
  • Loading branch information
77-QiQi authored Dec 2, 2024
1 parent 4e50219 commit bd2308d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/appprofile.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,23 @@
'server' => 'local',
],
[
'clash_mode' => 'Global',
'server' => 'cloudflare',
],
[
'clash_mode' => 'Rule',
'rule_set' => 'geosite-geolocation-!cn',
'server' => 'cloudflare',
],
[
'clash_mode' => 'Rule',
'rule_set' => 'geosite-cn',
'server' => 'fakeip',
],
[
'clash_mode' => 'Direct',
'server' => 'local',
],
],
'final' => 'cloudflare',
'fakeip' => [
Expand Down Expand Up @@ -153,18 +163,28 @@
'action' => 'hijack-dns',
],
[
'clash_mode' => 'Direct',
'outbound' => 'direct',
],
[
'clash_mode' => 'Rule',
'rule_set' => [
'geosite-geolocation-!cn',
],
'outbound' => 'select',
],
[
'clash_mode' => 'Rule',
'rule_set' => [
'geosite-cn',
'geoip-cn',
],
'outbound' => 'direct',
],
[
'clash_mode' => 'Global',
'outbound' => 'select',
],
[
'protocol' => 'stun',
'action' => 'reject',
Expand Down

0 comments on commit bd2308d

Please sign in to comment.