Merge pull request #1081 from waku-org/chore/no-nat

This commit is contained in:
fryorcraken.eth 2022-12-15 14:22:05 +11:00 committed by GitHub
commit e36cb752a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -444,7 +444,6 @@ export function argsToArray(args: Args): Array<string> {
export function defaultArgs(): Args {
return {
listenAddress: "127.0.0.1",
nat: "none",
rpc: true,
relay: false,
rpcAdmin: true,

View File

@ -11,7 +11,6 @@ describe("nwaku", () => {
const expected = [
"--listen-address=127.0.0.1",
"--nat=none",
"--rpc=true",
"--relay=false",
"--rpc-admin=true",