mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 14:22:05 +08:00

* 自动开放 supernode 的防火墙端口,这样 openwrtr的edge和supernode都可以用了。 增加edge的第二supernode节点。但当两个supernode都设了后,貌似只有第二个supernode起作用,如果把第二个supernode关掉,就都连不上了 为n2n的防火墙规则添加描述 * Update n2n_v2.init 修复 n2n 的 supernode 添加防火墙规则的错误端口 Co-authored-by: dwj0 <dwj-ubuntu@example.com>
18 lines
400 B
Makefile
Executable File
18 lines
400 B
Makefile
Executable File
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=n2n_v2 VPN Configuration module
|
|
LUCI_DEPENDS:=+n2n-edge +n2n-supernode
|
|
LUCI_PKGARCH:=all
|
|
PKG_VERSION:=2.8.1
|
|
PKG_RELEASE:=3
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|