Skip to content

Commit

Permalink
Merge pull request #214 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
jason5ng32 authored May 17, 2024
2 parents cb33a01 + f145eee commit 4b89e4d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY --from=build-stage /app/dist ./dist
COPY --from=build-stage /app/backend-server.js ./
COPY --from=build-stage /app/frontend-server.js ./
COPY --from=build-stage /app/api ./api
COPY --from=build-stage /app/common ./common

EXPOSE 18966

Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The security of our project is a top priority. If you discover a security vulner
## Security Update Process

Upon receiving a report of a vulnerability, our team will:

- Promptly investigate the issue.
- Develop a fix and test it thoroughly.
- Release an updated version that addresses the issue.
Expand Down
4 changes: 2 additions & 2 deletions frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
},
"page": {
"title": "IPCheck.ing - Check My IP Address and Geolocation - Check WebRTC Connection IP - DNS Leak Test - Speed Test - Jason Ng Open Source",
"description": "A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability",
"keywords": "MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test",
"description": "A better and open source IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, test website availability, lookup DNS record, lookup Whois, and test latency from around the world.",
"keywords": "MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test,DNS lookup,Whois lookup, Ping test, privacy test",
"footerName": "Creators: Jason Ng, Seven Yu & ChatGPT",
"footerLink": "https://github.com/jason5ng32/MyIP",
"copyRightName": "Originally from ",
Expand Down
4 changes: 2 additions & 2 deletions frontend/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
},
"page": {
"title": "IPCheck.ing - Vérifier mon adresse IP et géolocalisation - Vérifier l'adresse IP de connexion WebRTC - Test de fuite DNS - Test de vitesse - Jason Ng Open Source",
"description": "Une boîte à outils IP améliorée. Facile pour vérifier vos adresses IP, les informations IP, vérifier les fuites DNS, examiner les connexions WebRTC et tester la disponibilité des sites web.",
"keywords": "MonIP, Outil IP, Mon IP, Vérification IP, Recherche IP, Test de fuite DNS, Test WebRTC, Test de vitesse",
"description": "Une boîte à outils IP meilleure et open source. Facile à vérifier vos adresses IP, informations IP, vérifier les fuites DNS, examiner les connexions WebRTC, tester la disponibilité des sites web, rechercher des enregistrements DNS, rechercher des informations Whois et tester la latence dans le monde entier.",
"keywords": "MonIP, Outil IP, Mon IP, Vérification IP, Recherche IP, Test de fuite DNS, Test WebRTC, Test de vitesse, Recherche DNS, Recherche Whois, Test de ping, Test de confidentialité",
"footerName": "Créateurs : Jason Ng, Seven Yu & ChatGPT",
"footerLink": "https://github.com/jason5ng32/MyIP",
"copyRightName": "Originalement de ",
Expand Down
4 changes: 2 additions & 2 deletions frontend/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@
},
"page": {
"title": "IPCheck.ing - 查看我的 IP 地址 - 查询本机 IP 地址及归属地 - 查看 WebRTC 连接 IP - DNS 泄露检测 - 网速测试 - Jason Ng 阿禅开源作品",
"description": "一个更好的 IP 工具箱。轻松查看你的 IP 地址,IP 信息,检查 DNS 泄露,检查 WebRTC 连接,以及测试网站可用性",
"keywords": "我的IP,IP工具,我的IP,IP查询,DNS泄漏测试,WebRTC测试,网速测试",
"description": "好用和开源的全能 IP 工具箱。轻松查看你的 IP 地址,IP 信息,检查 DNS 泄露,检查 WebRTC 连接,测试网站可用性,查找 DNS 记录,查找 Whois 信息,测试全球延迟测试等。",
"keywords": "我的IP,IP工具,我的IP,IP查询,DNS泄漏测试,WebRTC测试,网速测试,DNS查询,Whois查询, Ping测试, 隐私测试",
"footerName": "Creators: Jason Ng, Seven Yu & ChatGPT",
"footerLink": "https://github.com/jason5ng32/MyIP",
"copyRightName": "Originally from ",
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test">
<meta name="keywords" content="MyIP,IP Tool,My IP,IP check,IP lookup,DNS leak test,WebRTC test,Speed test,DNS lookup,Whois lookup, Ping test, privacy test">
<meta name="description"
content="A better IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, and test website availability">
content="A better and open source IP Toolbox. Easy to check what's your IPs, IP information, check for DNS leaks, examine WebRTC connections, test website availability, lookup DNS record, lookup Whois, and test latency from around the world.">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#f8f9fa">
<meta name="background-color" content="#ffffff">
Expand Down

0 comments on commit 4b89e4d

Please sign in to comment.