From 61dc25362aaa9296ecc9270e5c51f979542fc2fb Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:42:39 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96626b5..fcd1a5a 100644 --- a/README.md +++ b/README.md @@ -749,7 +749,7 @@ PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -D FORWARD -o wg0 -j A >ip6tables nat ... → IPv6 NAT66 -Ardından şu anda elle eklediğimiz NAT66 kuralını önce silmek gerekir; aksi hâlde WireGuard başlatıldığında aynı kural iki kez oluşur: +Remove the manually added NAT66 rule first. Otherwise, WireGuard will create the same rule again when it starts, resulting in duplicate NAT66 rules: ``` sudo ip6tables -t nat -D POSTROUTING \ -s fdf8:1d4f:ae7d::/64 -o eth0 -j MASQUERADE @@ -768,7 +768,7 @@ curl -6 ifconfig.me dig AAAA google.com ``` >ping: 0% packet loss ->curl: VPS'nin global IPv6 adresi +>curl: VPS's Global IPV6 address >dig: status: NOERROR