Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
set dontListen
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Dec 8, 2022
1 parent b4835df commit fa1e550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function createRammerhead() {
bindingAddress: config.bindingAddress,
port: config.port,
crossDomainPort: null,
dontListen: false,
dontListen: true,
ssl: config.ssl,
getServerInfo: config.getServerInfo,
disableLocalStorageSync: config.disableLocalStorageSync,
Expand Down

0 comments on commit fa1e550

Please sign in to comment.