- Introduced a new tool for querying IP information, including location and risk assessment. - Updated the tool index to include the new IP Query component and its corresponding icon. - Added IPQuery component with functionality to validate and fetch IP data from external APIs.
7 lines
229 B
TypeScript
7 lines
229 B
TypeScript
export { default as DNS } from './dns';
|
|
export { default as Ping } from './ping';
|
|
export { default as TCPing } from './tcping';
|
|
export { default as SpeedTest } from './speedtest';
|
|
export { default as IPQuery } from './ipquery';
|
|
|