From 21c949de39833527929ffff3d0e12523170b363c Mon Sep 17 00:00:00 2001 From: Bahar Kurt Date: Tue, 22 Oct 2024 12:34:49 +0300 Subject: [PATCH] NetworkManager: Add configuration for captive portal detection --- .../connection/NetworkManager/files/20-connectivity.conf | 2 ++ network/connection/NetworkManager/pspec.xml | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 network/connection/NetworkManager/files/20-connectivity.conf diff --git a/network/connection/NetworkManager/files/20-connectivity.conf b/network/connection/NetworkManager/files/20-connectivity.conf new file mode 100644 index 0000000000..0729148c79 --- /dev/null +++ b/network/connection/NetworkManager/files/20-connectivity.conf @@ -0,0 +1,2 @@ +[connectivity] +uri=http://networkcheck.kde.org diff --git a/network/connection/NetworkManager/pspec.xml b/network/connection/NetworkManager/pspec.xml index 69c97d301d..37907c58b2 100644 --- a/network/connection/NetworkManager/pspec.xml +++ b/network/connection/NetworkManager/pspec.xml @@ -124,6 +124,7 @@ tmpfiles.conf NetworkManager.conf dhcp.conf + 20-connectivity.conf migrate-comar-network-profiles gentoo/01-org.freedesktop.NetworkManager.settings.modify.system.pkla 01-org.freedesktop.ModemManager1.rules @@ -160,6 +161,12 @@ + + 2024-10-22 + 1.48.12 + Add configuration for captive portal detection. + Bedirhan Kurt + bedirhan.kurt@outlook.com 2024-10-04 1.48.12