From 11e794f55481de1fc1cdc6bec176c2d1b40caf5a Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 5 Nov 2020 17:52:03 +0300 Subject: [PATCH] Pull request: * .goreleaser: use a different snap plug for cap_net_raw Merge in DNS/adguard-home from 2228-new-plug to master For #2228. Squashed commit of the following: commit a073c8e033b1dfbdbd3fff8d773c6a2406b6211b Author: Ainar Garipov Date: Thu Nov 5 17:02:56 2020 +0300 * .goreleaser: use a different snap plug for cap_net_raw --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6dbdf32d..edb4bd2b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -93,10 +93,10 @@ snapcrafts: plugs: # Add the "netrwork-bind" plug to bind to interfaces. - network-bind - # Add the "netrwork-manager" plug to be able to bind to ports below + # Add the "netrwork-control" plug to be able to bind to ports below # 1024 (cap_net_bind_service) and also to bind to a particular # interface using SO_BINDTODEVICE (cap_net_raw). - - network-manager + - network-control daemon: simple adguard-home-web: command: adguard-home-web.sh