Skip to content

Commit 3e4a70a

Browse files
committed
allow loopback and private ips on wisp
1 parent a817cbd commit 3e4a70a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ const bare = createBareServer("/bare/", {
2222
blockLocal: false,
2323
});
2424

25+
wisp.options.allow_loopback_ips = true;
26+
wisp.options.allow_private_ips = true;
27+
2528
const fastify = Fastify({
2629
serverFactory: (handler) => {
2730
return createServer()

0 commit comments

Comments
 (0)