diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-03-05 17:11:28 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-03-05 17:11:28 +0000 |
commit | eea94116ccd503286aaf279fcc201fd28d61904c (patch) | |
tree | eafb963549328ec77c9e336df3b230b35e371ce4 | |
parent | add NTP article (diff) | |
download | blog-eea94116ccd503286aaf279fcc201fd28d61904c.tar.gz blog-eea94116ccd503286aaf279fcc201fd28d61904c.zip |
updated the db for the new blog post
-rw-r--r-- | put_in_db.js | 8 |
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); |