Added new listen-on-v6 config file statement.

Consider it a config file error if a listen-on statement has an IPv6
address in it, or a listen-on-v6 statement has an IPv4 address in it.
This commit is contained in:
James Brister
2000-06-05 22:08:50 +00:00
parent abf2e095fb
commit c78dc8b001
9 changed files with 455 additions and 137 deletions

View File

@@ -97,7 +97,7 @@ options {
listen-on {
10/24;
10.0.0.3; 1:2:3:4:5:6:7:8;
10.0.0.3;
};
listen-on port 53 { any; };
@@ -109,6 +109,15 @@ options {
1.2.3/24;
};
listen-on-v6 {
1:1:1:1:1:1:1:1;
10.0.0.1;
};
listen-on-v6 port 777 {
2:2:2:2:2:2:2:2;
};
query-source-v6 address 8:7:6:5:4:3:2:1 port *;
query-source port * address 10.0.0.54 ;