Skip to content

Commit

Permalink
Add UDP info to peering
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 9, 2024
1 parent ec96ced commit bbd1c1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Planet/IPFS/IPFSDaemon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -718,13 +718,20 @@ extension IPFSDaemon {
static let peers = JSON([
[
"ID": "12D3KooWBJY6ZVV8Tk8UDDFMEqWoxn89Xc8wnpm8uBFSR3ijDkui",
"Addrs": ["/ip4/167.71.172.216/tcp/4001", "/ip6/2604:a880:800:10::826:1/tcp/4001"],
"Addrs": [
"/ip4/167.71.172.216/tcp/4001",
"/ip6/2604:a880:800:10::826:1/tcp/4001",
"/ip4/167.71.172.216/udp/4001/quic",
"/ip6/2604:a880:800:10::826:1/udp/4001/quic"
],
], // Pinnable
[
"ID": "12D3KooWDaGQ3Fu3iLgFxrrg5Vfef9z5L3DQZoyqFxQJbKKPnCc8",
"Addrs": [
"/ip4/143.198.18.166/tcp/4001",
"/ip6/2604:a880:800:10::735:7001/tcp/4001",
"/ip4/143.198.18.166/udp/4001/quic",
"/ip6/2604:a880:800:10::735:7001/udp/4001/quic"
],
], // eth.sucks
[
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2123
CURRENT_PROJECT_VERSION = 2124

0 comments on commit bbd1c1c

Please sign in to comment.