From eea94116ccd503286aaf279fcc201fd28d61904c Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 5 Mar 2024 12:11:28 -0500 Subject: updated the db for the new blog post --- put_in_db.js | 8 ++++++++ 1 file changed, 8 insertions(+) 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); -- cgit v1.2.3