Skip to content

Commit

Permalink
Merge pull request #118 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Bug fixed
  • Loading branch information
jason5ng32 authored Feb 21, 2024
2 parents f3cbba3 + ff31a7b commit b9fff6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<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="description"
content="A better IP Toolbox. Easy to check what's your IPs, IP informations, check for DNS leaks, examine WebRTC connections, and test website availability">
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">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#f8f9fa">
<meta name="background-color" content="#ffffff">
Expand Down
4 changes: 2 additions & 2 deletions src/components/ipcheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ export default {
placeholderSizes: [12, 8, 6, 8, 4],
sources: [
{ id: 0, text: 'IPCheck.ing', enabled: true },
{ id: 1, text: 'IP.SB', enabled: true },
{ id: 2, text: 'IPinfo.io', enabled: true },
{ id: 1, text: 'IPinfo.io', enabled: true },
{ id: 2, text: 'IP.SB', enabled: true },
{ id: 3, text: 'IP-API.com', enabled: true },
{ id: 4, text: 'IPAPI.co', enabled: true },
{ id: 5, text: 'KeyCDN', enabled: true },
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
},
"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 informations, check for DNS leaks, examine WebRTC connections, and test website availability",
"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",
"footerName": "Creators: Jason Ng, Seven Yu & ChatGPT",
"footerLink": "https://github.com/jason5ng32/MyIP",
Expand Down

0 comments on commit b9fff6c

Please sign in to comment.