aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);