working on showing single posts for users we dont know about
This commit is contained in:
@@ -361,7 +361,8 @@ async function main() {
|
||||
messageDispatch.set('peer_message', peerMessageHandler);
|
||||
|
||||
Deno.serve({
|
||||
port: 6789,
|
||||
hostname: "[::]",
|
||||
port: 443,
|
||||
cert: Deno.readTextFileSync("/etc/letsencrypt/live/ddln.app/fullchain.pem"),
|
||||
key: Deno.readTextFileSync("/etc/letsencrypt/live/ddln.app/privkey.pem"),
|
||||
}, handler);
|
||||
|
||||
Reference in New Issue
Block a user