This commit is contained in:
lady ada 2022-04-20 12:44:08 -04:00
parent 1dcc5ed94a
commit 3839905a34
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
// SPDX-License-Identifier: GPL
// SPDX-License-Identifier: GPL-3.0-or-later
#include "AdBlockerDNSServer.h"
#include <lwip/def.h>

View file

@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
// SPDX-License-Identifier: GPL
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef DNSServer_h
#define DNSServer_h

View file

@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
// SPDX-License-Identifier: GPL
// SPDX-License-Identifier: GPL-3.0-or-later
/*
ESP32_AdBlocker acts as a DNS Sinkhole by returning 0.0.0.0 for any domain names in its blocked list,

View file

@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2022 s60sc with changes by ladyada
// SPDX-License-Identifier: GPL
// SPDX-License-Identifier: GPL-3.0-or-later
#include <Arduino.h>

View file

@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2022 ladyada
// SPDX-License-Identifier: GPL
// SPDX-License-Identifier: GPL-3.0-or-later
#include "config.h"
#include "SdFat.h"