Skip to content

Commit 4ce2630

Browse files
committed
GitHub: Drop sshfs and DNS over HTTPS for now
1 parent 0ee0b51 commit 4ce2630

File tree

1 file changed

+2
-2
lines changed
  • .github/workflows/openwrt-build/configs

1 file changed

+2
-2
lines changed

.github/workflows/openwrt-build/configs/main

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CONFIG_PACKAGE_openssh-sftp-server=y
4747
CONFIG_PACKAGE_nano-full=y
4848

4949
# Install sshfs to be able to mount SSH remotes as network drives
50-
CONFIG_PACKAGE_sshfs=y
50+
#CONFIG_PACKAGE_sshfs=y
5151

5252
# Install LuCI
5353
CONFIG_PACKAGE_luci=y
@@ -56,4 +56,4 @@ CONFIG_PACKAGE_luci=y
5656
CONFIG_PACKAGE_luci-theme-material3=y
5757

5858
# Add support for DNS over HTTPS with a LuCI app
59-
CONFIG_PACKAGE_luci-app-https-dns-proxy=y
59+
#CONFIG_PACKAGE_luci-app-https-dns-proxy=y

0 commit comments

Comments
 (0)