mirror of
https://github.com/Yonle/bostr.git
synced 2025-10-10 16:42:34 +02:00
2
http.js
2
http.js
@@ -91,7 +91,7 @@ server.on('request', (req, res) => {
|
|||||||
"Content-Type": "text/plain"
|
"Content-Type": "text/plain"
|
||||||
});
|
});
|
||||||
res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile data usage when using nostr.");
|
res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile data usage when using nostr.");
|
||||||
res.write("This nostr bouncer is bouncing the following relays:\n\n");
|
res.write("\nThis nostr bouncer is bouncing the following relays:\n\n");
|
||||||
|
|
||||||
if (config.relays.length) {
|
if (config.relays.length) {
|
||||||
config.relays.forEach(_ => {
|
config.relays.forEach(_ => {
|
||||||
|
Reference in New Issue
Block a user