Update Repo
- Updated Package:
sdxpinn-quecmanager to 0.0.3
- Fixed issue described here: c8faf539c1
- Updated package sdxpinn-console-menu to 0.0.2
- Added new menu: LAN Settings
- Will let you edit the LAN settings. Only for DMZ mode or normal LAN mode not mpdn_rule. Work in Progress.
- Updated package tailscaled tailscale to 1.76.1
See tailscale's website for chnagelog
Co-Authored-By: Russel Yasol <73575327+dr-dolomite@users.noreply.github.com>
This commit is contained in:
1
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/conffiles
Executable file
1
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/conffiles
Executable file
@@ -0,0 +1 @@
|
||||
/etc/config/tailscale
|
||||
13
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/control
Executable file
13
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/control
Executable file
@@ -0,0 +1,13 @@
|
||||
Package: tailscaled
|
||||
Version: 1.76.1-1
|
||||
Depends: libc, ca-bundle, kmod-tun
|
||||
Source: feeds/packages/net/tailscale
|
||||
SourceName: tailscaled
|
||||
License: BSD-3-Clause
|
||||
LicenseFiles: LICENSE
|
||||
Section: net
|
||||
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
Architecture: aarch64_cortex-a53
|
||||
Description: It creates a secure network between your servers, computers,
|
||||
and cloud instances. Even when separated by firewalls or subnets. Updated
|
||||
by iamromulan to 1.76.1
|
||||
5
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/postinst
Executable file
5
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/postinst
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_postinst $0 $@
|
||||
4
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/prerm
Executable file
4
ipk-source/tailscaled_1.76.1-1_aarch64_cortex-a53/CONTROL/prerm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ -s ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||
default_prerm $0 $@
|
||||
Reference in New Issue
Block a user