Skip to content

Commit 5e47bff

Browse files
committed
chore: revert aegir change
1 parent 30b2513 commit 5e47bff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/transport-webrtc/.aegir.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,7 @@ export default {
4040
inboundConnectionThreshold: Infinity
4141
},
4242
connectionGater: {
43-
denyDialMultiaddr: (ma) => {
44-
if (ma.toOptions().family === 6) {
45-
return true
46-
}
47-
48-
return false
49-
}
43+
denyDialMultiaddr: () => false
5044
}
5145
})
5246

0 commit comments

Comments
 (0)