Skip to content

Commit

Permalink
Update configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate4U committed Oct 19, 2023
1 parent 9e9ce4c commit 5683b84
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.fa.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

## GeoIP
- `geoip:ir`
<p align="right">دربر گیرنده IP های ایران استخراج شده از دیتابیس MaxMind به علاوه IP های پیامرسان های ایرانی از جمله "ایتا"، "روبیکا" و غیره.</p>
<p align="right">دربر گیرنده IP های ایران استخراج شده از دیتابیس Maxmind و IP2Location به علاوه IP های پیامرسان های ایرانی از جمله "ایتا"، "روبیکا" و غیره.</p>

- `geoip:private`
<p align="right">دربر گیرنده IP های شبکه محلی (LAN).</p>
Expand All @@ -35,6 +35,9 @@
- `geoip:iranserver`
<p align="right">دربر گیرنده IP های سرویس توزیع محتوای ایران سرور.</p>

- `geoip:parspack`
<p align="right">دربر گیرنده IP های سرویس توزیع محتوای پارس پک.</p>

- `geoip:cloudflare`
<p align="right">دربرگیرنده IP های سرویس توزیع محتوای کلودفلر.</p>

Expand Down Expand Up @@ -82,7 +85,7 @@

## GeoIP-Lite
- `geoip:ir`
<p align="right">دربر گیرنده IP های ایران استخراج شده از دیتابیس MaxMind به علاوه IP های پیامرسان های ایرانی از جمله "ایتا"، "روبیکا" و غیره.</p>
<p align="right">دربر گیرنده IP های ایران استخراج شده از دیتابیس Maxmind و IP2Location به علاوه IP های پیامرسان های ایرانی از جمله "ایتا"، "روبیکا" و غیره.</p>

- `geoip:private`
<p align="right">دربر گیرنده IP های شبکه محلی (LAN).</p>
Expand Down Expand Up @@ -193,7 +196,10 @@
"ip": [
"geoip:ir",
"geoip:private",
"geoip:arvancloud"
"geoip:arvancloud",
"geoip:derakcloud,
"geoip:iranserver,
"geoip:parspack
],
"type": "field"
},
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is an Enhanced and All-in-One set of geo-location routing files optimized f

## GeoIP
- `geoip:ir`
Contains Iran IP addresses from Maxmind database and IP addresses of Iranian messengers such as `eitaa`, `rubika`, etc.
Contains Iran IP addresses from Maxmind and IP2Location databases and IP addresses of Iranian messengers such as `eitaa`, `rubika`, etc.

- `geoip:private`
Contains a list of local (LAN) IP addresses.
Expand All @@ -37,6 +37,9 @@ This is an Enhanced and All-in-One set of geo-location routing files optimized f
- `geoip:iranserver`
Contains IP addresses of IranServer.com CDN.

- `geoip:parspack`
Contains IP addresses of ParsPack.com CDN.

- `geoip:cloudflare`
Contains IP addresses of ClouFlare CDN.

Expand Down Expand Up @@ -84,7 +87,7 @@ This is an Enhanced and All-in-One set of geo-location routing files optimized f

## GeoIP-Lite
- `geoip:ir`
Contains Iran IP addresses from Maxmind database and IP addresses of Iranian messengers such as `eitaa`, `rubika`, etc.
Contains Iran IP addresses from Maxmind and IP2Location databases and IP addresses of Iranian messengers such as `eitaa`, `rubika`, etc.

- `geoip:private`
Contains a list of local (LAN) IP addresses.
Expand Down Expand Up @@ -193,7 +196,10 @@ Add the following to your v2ray/xray client configuration:
"ip": [
"geoip:ir",
"geoip:private",
"geoip:arvancloud"
"geoip:arvancloud",
"geoip:derakcloud,
"geoip:iranserver,
"geoip:parspack
],
"type": "field"
},
Expand Down

0 comments on commit 5683b84

Please sign in to comment.