You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the program without adding any environment variables, but if you want to use some advanced features, you can add the following environment variables:
91
96
92
-
| Variable Name | Required | Default Value | Description |
93
-
| --- | --- | --- | --- |
94
-
|`BACKEND_PORT`| No |`"11966"`| The running port of the backend part of the program |
95
-
|`FRONTEND_PORT`| No |`"18966"`| The running port of the frontend part of the program |
96
-
|`SECURITY_RATE_LIMIT`| No |`"0"`| Controls the number of requests an IP can make to the backend server every 60 minutes (set to 0 for no limit) |
97
-
|`SECURITY_DELAY_AFTER`| No |`"0"`| Controls the first X requests from an IP every 20 minutes that are not subject to speed limits, and after X requests, the delay will increase |
98
-
|`SECURITY_BLACKLIST_LOG_FILE_PATH`| No |`"logs/blacklist-ip.log"`| Path setting. Records the list of IPs that triggered the limit after SECURITY_RATE_LIMIT is enabled |
99
-
|`GOOGLE_MAP_API_KEY=`| No |`""`| API Key for Google Maps, used to display the location of the IP on a map |
100
-
|`ALLOWED_DOMAINS`| No |`""`| Allowed domains for access, separated by commas, used to prevent misuse of the backend API |
101
-
|`IPCHECKING_API_KEY`| No |`""`| API Key for IPCheck.ing, used to obtain accurate IP geolocation information |
102
-
|`IPINFO_API_TOKEN`| No |`""`| API Token for IPInfo.io, used to obtain IP geolocation information through IPInfo.io |
103
-
|`IPAPIIS_API_KEY`| No |`""`| API Key for IPAPI.is, used to obtain IP geolocation information through IPAPI.is |
104
-
|`KEYCDN_USER_AGENT`| No |`""`| The domain name when using KeyCDN, must contain https prefix. Used to obtain IP address information through KeyCDN |
105
-
|`CLOUDFLARE_API`| No |`""`| API Key for Cloudflare, used to obtain AS system information through Cloudflare |
106
-
|`MAC_LOOKUP_API_KEY`| No |`""`| API Key for MAC Lookup, used to obtain MAC address information |
107
-
|`VITE_GOOGLE_ANALYTICS_ID`|**Yes**|`""`| Google Analytics ID, used to track user behavior |
108
-
|`VITE_CURL_IPV4_DOMAIN`| No |`""`| Provides the IPv4 domain for the CURL API to users |
109
-
|`VITE_CURL_IPV6_DOMAIN`| No |`""`| Provides the IPv6 domain for the CURL API to users |
110
-
|`VITE_CURL_IPV64_DOMAIN`| No |`""`| Provides the dual-stack domain for the CURL API to users |
Copy file name to clipboardExpand all lines: README_FR.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ Notes: Vous pouvez utiliser ma démo gratuitement et vous pouvez également la d
30
30
31
31
## 👀 Principales fonctionnalités
32
32
33
-
* 🖥️ **Afficher vos adresses IP** : Détecte et affiche votre adresse IP locale, provenant de plusieurs fournisseurs IPv4 et IPv6.
33
+
* 🛜 **Afficher vos adresses IP** : Détecte et affiche votre adresse IP locale, provenant de plusieurs fournisseurs IPv4 et IPv6.
34
+
* 🔍 **Recherche d'informations sur l'adresse IP** : Fournit un outil pour interroger des informations sur n'importe quelle adresse IP.
34
35
* 🕵️ **Informations sur l'adresse IP** : Présente des informations détaillées pour toutes les adresses IP, y compris le pays, la région, l'ASN, la localisation géographique, et plus encore.
35
36
* 🚦 **Vérification de disponibilité** : Teste l'accessibilité de différents sites web, tels que Google, GitHub, YouTube, ChatGPT, et d'autres.
36
37
* 🚥 **Détection WebRTC** : Identifie l'adresse IP utilisée lors des connexions WebRTC.
@@ -43,9 +44,13 @@ Notes: Vous pouvez utiliser ma démo gratuitement et vous pouvez également la d
43
44
* 🚧 **Test de Censorship**: Vérifier si un site est bloqué dans certains pays.
44
45
* 📓 **Recherche Whois** : Effectuer une recherche d'informations Whois pour les noms de domaine ou les adresses IP
45
46
* 📀 **Recherche MAC** : Requête d'informations d'une adresse physique
47
+
* 🖥️ **Empreinte digitale du navigateur**: Plusieurs façons de visualiser l'empreinte digitale de votre navigateur
48
+
* 📋 **Liste de contrôle de cybersécurité**:: Une liste de contrôle complète de la cybersécurité avec un total de 258 éléments
49
+
50
+
## 💪Également
51
+
46
52
* 🌗 **Mode sombre** : Bascule automatiquement entre les modes sombre et clair en fonction des paramètres du système, avec une option de basculement manuel.
47
53
* 📱 **Mode minimaliste** : Un mode optimisé pour les mobiles qui réduit la longueur de la page pour un accès rapide aux informations essentielles.
48
-
* 🔍 **Recherche d'informations sur l'adresse IP** : Fournit un outil pour interroger des informations sur n'importe quelle adresse IP.
49
54
* 📲 **Prise en charge de PWA** : Peut être ajouté en tant qu'application de bureau sur votre téléphone ainsi qu'en tant qu'application Chrome sur votre ordinateur.
50
55
* ⌨️ **Raccourcis clavier** : Prend en charge les raccourcis clavier pour toutes les fonctions, appuyez sur `?` pour afficher la liste des raccourcis.
51
56
* 🌍 Basé sur les résultats des tests de disponibilité, il indique si l'accès Internet mondial est actuellement réalisable.
0 commit comments