Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #106 from qstokkink/add_ipv6_ep
Browse files Browse the repository at this point in the history
Configure IPv6 to be enabled by default
  • Loading branch information
qstokkink authored Aug 2, 2024
2 parents 668dae2 + baf4a41 commit 1fb3540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tribler/tribler_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ class TriblerConfig(TypedDict):
}

# Changes to IPv8 default config
DEFAULT_CONFIG["ipv8"]["interfaces"].append({
"interface": "UDPIPv6",
"ip": "::",
"port": 8091
})
DEFAULT_CONFIG["ipv8"]["keys"].append({
'alias': "secondary",
'generation': "curve25519",
Expand Down

0 comments on commit 1fb3540

Please sign in to comment.