From ef98e2005c66d65c35fc016c7023c885ab1f0f30 Mon Sep 17 00:00:00 2001 From: joyeecheung Date: Tue, 9 Dec 2025 14:06:12 +0000 Subject: [PATCH 1/2] Post about new enterprise network configuration guide --- records/new/new.json | 5 +++++ records/new/rich.txt | 1 + 2 files changed, 6 insertions(+) create mode 100644 records/new/new.json create mode 100644 records/new/rich.txt diff --git a/records/new/new.json b/records/new/new.json new file mode 100644 index 0000000..b343890 --- /dev/null +++ b/records/new/new.json @@ -0,0 +1,5 @@ +{ + "action": "post", + "account": "NODEJS_ORG", + "richTextFile": "./rich.txt" +} diff --git a/records/new/rich.txt b/records/new/rich.txt new file mode 100644 index 0000000..01b0bf1 --- /dev/null +++ b/records/new/rich.txt @@ -0,0 +1 @@ +Are you encountering network issues when using Node.js in a corporate network? Check out the new guide on configuring Node.js with the new built-in proxy and system CA support! https://nodejs.org/en/learn/http/enterprise-network-configuration \ No newline at end of file From 4877ca802e85ee42e52f0b215055ab9e8ffba2d6 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 10 Dec 2025 12:18:46 +0100 Subject: [PATCH 2/2] Update records/new/rich.txt --- records/new/rich.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/records/new/rich.txt b/records/new/rich.txt index 01b0bf1..b2c87e1 100644 --- a/records/new/rich.txt +++ b/records/new/rich.txt @@ -1 +1,3 @@ -Are you encountering network issues when using Node.js in a corporate network? Check out the new guide on configuring Node.js with the new built-in proxy and system CA support! https://nodejs.org/en/learn/http/enterprise-network-configuration \ No newline at end of file +Working in an enterprise setup with corporate proxies or custom CAs? Node.js has native support for that. +No external dependency required, just configure and continue 👍 +Details: https://nodejs.org/en/learn/http/enterprise-network-configuration \ No newline at end of file