Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 14, 2022
1 parent cf51508 commit cbecf2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ async function resolveIP(localAddress, family) {
userAgent: `${packageData.name}/${packageData.version}`,
tls: {
host: DNS_CACHE[family] && DNS_CACHE[family].host,
servername: new URL(RESOLV_URL).hostname,
hostname: new URL(RESOLV_URL).hostname,
rejectUnauthorized: false,
localAddress
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pubface",
"version": "1.0.3",
"version": "1.0.4",
"description": "Resolve public network interfaces for current machine",
"main": "index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
},
"dependencies": {
"ipaddr.js": "2.0.1",
"nodemailer": "6.7.5"
"nodemailer": "6.8.0"
},
"devDependencies": {
"pkg": "5.7.0"
"pkg": "5.8.0"
},
"pkg": {
"assets": [
Expand Down

0 comments on commit cbecf2c

Please sign in to comment.