Skip to content

Commit

Permalink
chore: revert aegir change
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 23, 2023
1 parent 30b2513 commit 5e47bff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/transport-webrtc/.aegir.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@ export default {
inboundConnectionThreshold: Infinity
},
connectionGater: {
denyDialMultiaddr: (ma) => {
if (ma.toOptions().family === 6) {
return true
}

return false
}
denyDialMultiaddr: () => false
}
})

Expand Down

0 comments on commit 5e47bff

Please sign in to comment.