Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b51eac7c4b | ||
|
|
537207da6d |
@@ -110,7 +110,7 @@
|
||||
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "fd00::25";
|
||||
address = "fd00::19"; # 25 in hex
|
||||
prefixLength = 120;
|
||||
}
|
||||
];
|
||||
@@ -123,7 +123,7 @@
|
||||
# "127.0.0.1"
|
||||
# "8.8.8.8"
|
||||
"192.168.86.26"
|
||||
"fd00::26"
|
||||
"fd00::1a" # 26 in hex
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
ipv6.addresses = [
|
||||
{
|
||||
address = "fd00::26";
|
||||
address = "fd00::1a"; # 26 in hex
|
||||
prefixLength = 120;
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user