mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991]
This commit is contained in:
3
bin/tests/system/dns64/conf/bad1.conf
Normal file
3
bin/tests/system/dns64/conf/bad1.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 ::/0 { };
|
||||
};
|
3
bin/tests/system/dns64/conf/bad2.conf
Normal file
3
bin/tests/system/dns64/conf/bad2.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 ::/96 { suffix ::1; };
|
||||
};
|
3
bin/tests/system/dns64/conf/bad3.conf
Normal file
3
bin/tests/system/dns64/conf/bad3.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 ::/96 { suffix 127.0.0.1; };
|
||||
};
|
3
bin/tests/system/dns64/conf/bad4.conf
Normal file
3
bin/tests/system/dns64/conf/bad4.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 ::/129 { };
|
||||
};
|
3
bin/tests/system/dns64/conf/bad5.conf
Normal file
3
bin/tests/system/dns64/conf/bad5.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 ::/129 { };
|
||||
};
|
3
bin/tests/system/dns64/conf/bad6.conf
Normal file
3
bin/tests/system/dns64/conf/bad6.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dns64 :: { };
|
||||
};
|
9
bin/tests/system/dns64/conf/good1.conf
Normal file
9
bin/tests/system/dns64/conf/good1.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
||||
options {
|
||||
/* Well Known Prefix */
|
||||
dns64 64:FF9B::/96 {
|
||||
clients { any; };
|
||||
mapped { !rfc1918; any; };
|
||||
exclude { ::ffff:0:0/96; };
|
||||
};
|
||||
};
|
8
bin/tests/system/dns64/conf/good2.conf
Normal file
8
bin/tests/system/dns64/conf/good2.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
||||
options {
|
||||
/* Well Known Prefix */
|
||||
dns64 64:FF9B::/96 {
|
||||
mapped { !rfc1918; any; };
|
||||
exclude { ::ffff:0:0/96; };
|
||||
};
|
||||
};
|
8
bin/tests/system/dns64/conf/good3.conf
Normal file
8
bin/tests/system/dns64/conf/good3.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
||||
options {
|
||||
/* Well Known Prefix */
|
||||
dns64 64:FF9B::/96 {
|
||||
clients { any; };
|
||||
exclude { ::ffff:0:0/96; };
|
||||
};
|
||||
};
|
8
bin/tests/system/dns64/conf/good4.conf
Normal file
8
bin/tests/system/dns64/conf/good4.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
||||
options {
|
||||
/* Well Known Prefix */
|
||||
dns64 64:FF9B::/96 {
|
||||
clients { any; };
|
||||
mapped { !rfc1918; any; };
|
||||
};
|
||||
};
|
5
bin/tests/system/dns64/conf/good5.conf
Normal file
5
bin/tests/system/dns64/conf/good5.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
||||
options {
|
||||
/* Well Known Prefix */
|
||||
dns64 64:FF9B::/96 { };
|
||||
};
|
Reference in New Issue
Block a user