From 4134220c5426da8e467d5e892e5cf7562bc84eea Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 2 Dec 2020 20:34:03 +0300 Subject: [PATCH] Pull request: all: try using a different plug for snap Merge in DNS/adguard-home from 2228-different-plug to master Squashed commit of the following: commit 4b4da208e90fb00088a51c9abf599e6634c1ca1f Author: Ainar Garipov Date: Wed Dec 2 20:24:03 2020 +0300 all: try using a different plug for snap --- .goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ac9c57cf..7c132f87 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -93,10 +93,10 @@ 'plugs': # Add the "netrwork-bind" plug to bind to interfaces. - 'network-bind' - # 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-control' + # Add the "netrwork-observe" 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-observe' 'daemon': 'simple' 'adguard-home-web': 'command': 'adguard-home-web.sh'