Fix DHCP_RANGE value

This commit is contained in:
DevinKott 2023-09-19 17:07:13 -06:00
parent 623246543c
commit 40a5e2f475

View File

@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define WPA_VERSION "WPA_VERSION"
#define ETC_HOSTS "ETC_HOSTS"
#define DHCP_DNS "DHCP_DNS"
#define DHCP_RANGE "DHCP_DNS"
#define DHCP_RANGE "DHCP_RANGE"
#define NO_DNS "NO_DNS"
#define NO_DNSMASQ "NO_DNSMASQ"
#define HIDDEN "HIDDEN"