diff --git a/app/modules/ws2p/index.ts b/app/modules/ws2p/index.ts
index f7c9a72522b12962fd51d61b2c5f3e3999f7d7d1..d5ac7b4c26b8f9462009a7cab68f06b29711cb15 100644
--- a/app/modules/ws2p/index.ts
+++ b/app/modules/ws2p/index.ts
@@ -271,7 +271,7 @@ export class WS2PAPI extends stream.Transform {
       } else {
         this.conf.ws2p.publicAccess = true;
         this.conf.ws2p.upnp = false;
-        this.conf.ws2p.host = "127.0.0.1";
+        this.conf.ws2p.host = "0.0.0.0";
         this.conf.ws2p.port = 20901;
         this.conf.ws2p.maxPublic = 30;
         this.conf.ws2p.maxPrivate = 4;