Skip to content

Commit 4a423c9

Browse files
committed
revert default domain
1 parent cfa5781 commit 4a423c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/P2P/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,7 @@ export class OceanP2P extends EventEmitter {
360360
dcutr: dcutr(),
361361
keychain: keychain(),
362362
http: http(),
363-
autoTLS: autoTLS({
364-
autoConfirmAddress: true,
365-
acmeDirectory: 'https://acme-staging-v02.api.letsencrypt.org/directory'
366-
})
363+
autoTLS: autoTLS()
367364
}
368365

369366
// eslint-disable-next-line no-constant-condition, no-self-compare

0 commit comments

Comments
 (0)