mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:20:00 -04:00
Merge branch 'mnowak/windows-raise-port-range' into 'master'
Windows: Prevent tools from clashing with named in system tests Closes #1566 See merge request isc-projects/bind9!2998
This commit is contained in:
commit
5214f24d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
* The last resort defaults: use all non well known port space
|
||||
*/
|
||||
#ifndef ISC_NET_PORTRANGELOW
|
||||
#define ISC_NET_PORTRANGELOW 1024
|
||||
#define ISC_NET_PORTRANGELOW 32768
|
||||
#endif /* ISC_NET_PORTRANGELOW */
|
||||
#ifndef ISC_NET_PORTRANGEHIGH
|
||||
#define ISC_NET_PORTRANGEHIGH 65535
|
||||
|
|
|
|||
Loading…
Reference in a new issue