Fix small misrendering

This commit is contained in:
lol3rrr
2026-03-20 21:46:41 +01:00
parent d350d403c5
commit fc183f32ee

View File

@@ -116,9 +116,9 @@ that might be running on different hosts.
2. `/sbin/sysctl -w net.ipv6.conf.all.proxy_ndp=1` 2. `/sbin/sysctl -w net.ipv6.conf.all.proxy_ndp=1`
5. Configure [Jool](https://www.jool.mx/en/index.html) 5. Configure [Jool](https://www.jool.mx/en/index.html)
1. `/sbin/modprobe jool` 1. `/sbin/modprobe jool`
2. `jool instance add "example" --netfilter --pool6 2001:0bc8:1640:6554:0:0:0:0/96`[^nat64_setup] 2. Setup NAT64 `jool instance add "example" --netfilter --pool6 2001:0bc8:1640:6554:0:0:0:0/96`
3. `jool -i "example" pool4 add --udp 51.158.177.228 1-65535`[^pool4_setup] 3. Setup pool4 for UDP `jool -i "example" pool4 add --udp 51.158.177.228 1-65535`
4. `jool -i "example" pool4 add --tcp 51.158.177.228 1-65535`[^pool4_setup] 4. Setup pool4 for TCP `jool -i "example" pool4 add --tcp 51.158.177.228 1-65535`
6. ndppd for neighbor discovery 6. ndppd for neighbor discovery
1. In `/etc/ndppd.conf` 1. In `/etc/ndppd.conf`
``` ```