Skip to content

Commit 5b84348

Browse files
authored
Merge pull request #1610 from ElPaisano/main
Fix typo in nat config example
2 parents b495d1a + 5a35481 commit 5b84348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/nat-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ In this step, you will update your Kubo configuration to set `Swarm.AppendAnnoun
107107
"/ip4/<public-ip>/tcp/<port>",
108108
"/ip4/<public-ip>/udp/<port>/quic",
109109
"/ip4/<public-ip>/udp/<port>/quic-v1",
110-
"/ip4/<public-ip>/udp/<port>/quic-v1/webtransport",
110+
"/ip4/<public-ip>/udp/<port>/quic-v1/webtransport"
111111
],
112112
```
113113

@@ -118,7 +118,7 @@ In this step, you will update your Kubo configuration to set `Swarm.AppendAnnoun
118118
"/ip4/1.2.3.4/tcp/12345",
119119
"/ip4/1.2.3.4/udp/12345/quic",
120120
"/ip4/1.2.3.4/udp/12345/quic-v1",
121-
"/ip4/1.2.3.4/udp/12345/quic-v1/webtransport",
121+
"/ip4/1.2.3.4/udp/12345/quic-v1/webtransport"
122122
],
123123
```
124124

0 commit comments

Comments
 (0)