aboutsummaryrefslogtreecommitdiffstats
path: root/put_in_db.js
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-03-05 17:11:28 +0000
committerterminaldweller <devi@terminaldweller.com>2024-03-05 17:11:28 +0000
commiteea94116ccd503286aaf279fcc201fd28d61904c (patch)
treeeafb963549328ec77c9e336df3b230b35e371ce4 /put_in_db.js
parentadd NTP article (diff)
downloadblog-eea94116ccd503286aaf279fcc201fd28d61904c.tar.gz
blog-eea94116ccd503286aaf279fcc201fd28d61904c.zip
updated the db for the new blog post
Diffstat (limited to 'put_in_db.js')
-rw-r--r--put_in_db.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/put_in_db.js b/put_in_db.js
index 2a3ed7a..19b771f 100644
--- a/put_in_db.js
+++ b/put_in_db.js
@@ -52,6 +52,14 @@ blogs = [
keywords: "DNS,DoH,DoT,ODoH,Tor,dnscrypt-proxy,vagrant",
lastUpdatedAt: Date.now(),
},
+ {
+ title: "After NTP comes NTS",
+ slug: "after_ntp_comes_nts",
+ body: fs.readFileSync(path.join(__dirname) + "/mds/NTP.md"),
+ teaser: "After NTP comes NTS",
+ keywords: "NTP,NTS,SOCKS5",
+ lastUpdatedAt: Date.now(),
+ },
];
db.blogposts.insertMany(blogs);