Skip to content

Commit

Permalink
Update ENGLISH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arfoux authored Aug 25, 2024
1 parent 63c7393 commit bc53bda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ENGLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ To use, edit `config.yaml` in your Clash system (usually at the bottom):

```yaml
rule-providers:
big:
clash:
type: http
behavior: domain
url: [https://raw.githubusercontent.com/arfoux/clash-rule-providers/main/big.txt](https://raw.githubusercontent.com/arfoux/clash-rule-providers/main/big.txt)
path: ./providers/rule-provider_clash.yaml
interval: 86400
rules:
- RULE-SET,big,REJECT
- RULE-SET,clash,REJECT
```
## OISD Small
Expand All @@ -32,14 +32,14 @@ To use, edit `config.yaml` in your Clash system (usually at the bottom):

```yaml
rule-providers:
small:
clash:
type: http
behavior: domain
url: https://raw.githubusercontent.com/arfoux/clash-rule-providers/main/small.txt
path: ./providers/rule-provider_clash.yaml
interval: 86400
rules:
- RULE-SET,small,REJECT
- RULE-SET,clash,REJECT
```

## Credits
Expand Down

0 comments on commit bc53bda

Please sign in to comment.