Changes
Page history
Escape meta variable that was being treated like an HTML tag.
authored
Jun 14, 2022
by
David Fifield
Show whitespace changes
Inline
Side-by-side
Survival-Guides/Snowflake-Bridge-Survival-Guide.md
View page @
b949f162
...
@@ -60,7 +60,7 @@ client# (umask 077 && vi wgsf02.conf)
...
@@ -60,7 +60,7 @@ client# (umask 077 && vi wgsf02.conf)
Endpoint = 141.212.118.18:51820
Endpoint = 141.212.118.18:51820
```
```
Replace
*
<X>
*
in the above wgsf02.conf file to make an IP address that is not already used by another client.
Replace
`
<X>
`
in the above wgsf02.conf file to make an IP address that is not already used by another client.
On the bridge, add a new
`[Peer]`
entry to /etc/wireguard/wg0.conf:
On the bridge, add a new
`[Peer]`
entry to /etc/wireguard/wg0.conf:
...
...
...
...