version 1.1.1.3, 2016/11/02 09:57:01
|
version 1.1.1.4, 2021/03/17 00:56:46
|
Line 1
|
Line 1
|
/* dnsmasq is Copyright (c) 2000-2016 Simon Kelley | /* dnsmasq is Copyright (c) 2000-2021 Simon Kelley |
|
|
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
it under the terms of the GNU General Public License as published by |
it under the terms of the GNU General Public License as published by |
Line 16
|
Line 16
|
|
|
#define NAMESERVER_PORT 53 |
#define NAMESERVER_PORT 53 |
#define TFTP_PORT 69 |
#define TFTP_PORT 69 |
|
#define MIN_PORT 1024 /* first non-reserved port */ |
#define MAX_PORT 65535u |
#define MAX_PORT 65535u |
|
|
#define IN6ADDRSZ 16 |
#define IN6ADDRSZ 16 |
Line 75
|
Line 76
|
#define T_AXFR 252 |
#define T_AXFR 252 |
#define T_MAILB 253 |
#define T_MAILB 253 |
#define T_ANY 255 |
#define T_ANY 255 |
|
#define T_CAA 257 |
|
|
#define EDNS0_OPTION_MAC 65001 /* dyndns.org temporary assignment */ |
#define EDNS0_OPTION_MAC 65001 /* dyndns.org temporary assignment */ |
#define EDNS0_OPTION_CLIENT_SUBNET 8 /* IANA */ |
#define EDNS0_OPTION_CLIENT_SUBNET 8 /* IANA */ |