Merge pull request #15 from 1andrevich/1andrevich-patch-1

Update README.md
This commit is contained in:
Andrevich 2024-10-15 14:05:59 +04:00 committed by GitHub
commit 4775530286
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,11 @@
}
}
```
Пример RoutingA для V2RayA:
`default: direct`
`ip(geoip:refilter)->proxy`
`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy`
## Пример использования Sing-Box
```json
@ -78,10 +83,6 @@
}
}
```
Пример RoutingA для V2RayA:
`default: direct`
`ip(geoip:refilter)->proxy`
`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy`
## Пример конфигурации bird2 (/etc/bird.conf)
@ -156,6 +157,12 @@ protocol bgp refilter {
}
}
```
RoutingA of V2RayA Example:
`default: direct`
`ip(geoip:refilter)->proxy`
`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy`
## Sing-box config example
```json
@ -197,11 +204,6 @@ protocol bgp refilter {
}
```
RoutingA of V2RayA Example:
`default: direct`
`ip(geoip:refilter)->proxy`
`domain(ext:"LoyalsoldierSite.dat:refilter")->proxy`
## bird2 config example (/etc/bird.conf)
```