Skip to content

Commit

Permalink
fix typo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taamarin committed Apr 5, 2023
1 parent 53f256e commit 5f1e6e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bin_name="good day"
proxy_mode="tun" # change to tun
```

**sing-box confih.json**
**sing-box config.json**
```json
"inbounds": [
{
Expand Down Expand Up @@ -60,7 +60,7 @@ proxy_mode="tun" # change to tun
}
```

**clash confih.yaml**
**clash config.yaml**
```yaml
tun:
enable: true
Expand Down Expand Up @@ -94,7 +94,7 @@ network_mode="mixed" # change to mixed
proxy_mode="blacklist"
```

**sing-box confih.json**
**sing-box config.json**
```json
"inbounds": [
{
Expand Down Expand Up @@ -133,7 +133,7 @@ proxy_mode="blacklist"
}
```

**clash confih.yaml**
**clash config.yaml**
```yaml
redir-port: 9797
Expand Down Expand Up @@ -168,7 +168,7 @@ network_mode="tproxy" # change to tproxy
proxy_mode="blacklist"
```

**sing-box confih.json**
**sing-box config.json**
```json
"inbounds": [
{
Expand All @@ -185,7 +185,7 @@ proxy_mode="blacklist"
]
```

**clash confih.yaml**
**clash config.yaml**
```yaml
tproxy-port: 9898
Expand All @@ -205,7 +205,7 @@ tproxy-port: 9898
# inet6-address: [fdfe:dcba:9876::1/126]
```

**xray/v2ray confih.json**
**xray/v2ray config.json**
```json
"inbounds": [
{
Expand Down

0 comments on commit 5f1e6e9

Please sign in to comment.