From f50d40806b69911c2bfa7628d0a7689b80478c89 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 8 Dec 2024 21:26:30 -0700 Subject: [PATCH] Bwuh --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 95071a8..f3455b0 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +// Made with love by ChrisChrome const fs = require("fs") const pjs = require("./pjsipauth") const pjsipAuth = pjs.parseConfig(fs.readFileSync("/etc/asterisk/pjsip.auth.conf").toString())