Minor change to NAT64 address

This commit is contained in:
Vili Sinervä 2025-01-24 19:50:16 +02:00
parent c4d57a506c
commit 56aace842a
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -11,7 +11,7 @@
{ {
# ExoPlaSim WireGuard # ExoPlaSim WireGuard
"protocol" = "UDP"; "protocol" = "UDP";
"ipv4 address" = "192.168.1.2#51821"; "ipv4 address" = "192.168.1.3#51821";
"ipv6 address" = "fd08:d473:bcca:1:210:3292:4922:b9aa#51821"; "ipv6 address" = "fd08:d473:bcca:1:210:3292:4922:b9aa#51821";
} }
]; ];
@ -20,24 +20,24 @@
# Ports for static BIB entries # Ports for static BIB entries
{ {
protocol = "UDP"; protocol = "UDP";
prefix = "192.168.1.2/32"; prefix = "192.168.1.3/32";
"port range" = "51821"; "port range" = "51821";
} }
# Port ranges for dynamic translation # Port ranges for dynamic translation
{ {
protocol = "TCP"; protocol = "TCP";
prefix = "192.168.1.2/32"; prefix = "192.168.1.3/32";
"port range" = "61001-65535"; "port range" = "61001-65535";
} }
{ {
protocol = "UDP"; protocol = "UDP";
prefix = "192.168.1.2/32"; prefix = "192.168.1.3/32";
"port range" = "61001-65535"; "port range" = "61001-65535";
} }
{ {
protocol = "ICMP"; protocol = "ICMP";
prefix = "192.168.1.2/32"; prefix = "192.168.1.3/32";
"port range" = "61001-65535"; "port range" = "61001-65535";
} }
]; ];