Skip to content

Commit

Permalink
Change tunnel community ID
Browse files Browse the repository at this point in the history
  • Loading branch information
egbertbouman committed Feb 20, 2024
1 parent d199def commit fa1e883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TriblerTunnelCommunity(HiddenTunnelCommunity):
This community is built upon the anonymous messaging layer in IPv8.
It adds support for libtorrent anonymous downloads.
"""
community_id = unhexlify('a3591a6bd89bbaca0974062a1287afcfbc6fd6bb')
community_id = unhexlify('a3591a6bd89bbaca0974062a1287afcfbc6fd6bc')

def __init__(self, *args, **kwargs):
self.exitnode_cache: Optional[Path] = kwargs.pop('exitnode_cache', None)
Expand Down

0 comments on commit fa1e883

Please sign in to comment.