Skip to content

Commit

Permalink
luci-app-sshtunnel: SSH tunnels
Browse files Browse the repository at this point in the history
The app helps to generate a key and configure the SSH tunnels.

Signed-off-by: Sergey Ponomarev <[email protected]>
  • Loading branch information
stokito committed Jun 21, 2023
1 parent fa775ee commit a90b1a1
Show file tree
Hide file tree
Showing 6 changed files with 1,036 additions and 0 deletions.
13 changes: 13 additions & 0 deletions applications/luci-app-sshtunnel/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# This is free software, licensed under the Apache License, Version 2.0 .

include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI support for SSH Tunnels (sshtunnel package)

PKG_MAINTAINER:=Sergey Ponomarev <[email protected]>
PKG_LICENSE:=Apache-2.0
LUCI_DEPENDS:=+luci-base +sshtunnel

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature
Loading

0 comments on commit a90b1a1

Please sign in to comment.