in.vpn.nakolenke.org bump

This commit is contained in:
paltovkone
2026-03-15 13:17:11 +04:00
parent adff7c9aec
commit 4e99673e2a

View File

@ -1,32 +1,27 @@
name: "vpn-node" name: "nakolenke-vpn-node"
arch: "amd64" arch: "amd64"
platform: "linux" platform: "linux"
version: "${VERSION}" version: "${VERSION}"
section: "net" section: "net"
priority: "optional" priority: "optional"
maintainer: "Your Name <your.email@example.com>" maintainer: "karamelichkin <karamelichkin@gmail.com>"
description: | description: |
VPN Daemon for managing VPN connections on FreeBSD nodes. VPN Daemon for managing VPN connections on FreeBSD nodes.
Supports L2TP/IPSec, IKEv2, WireGuard, and Amnezia VPN types. Supports L2TP/IPSec, IKEv2, WireGuard, and Amnezia VPN types.
vendor: "Your Organization" vendor: "nakolenke"
homepage: "https://github.com/yourusername/vpn-node" homepage: "https://github.com/yourusername/vpn-node"
license: "MIT" license: "MIT"
contents: contents:
- src: ./vpn-node-src/ - src: ./dist/nakolenke_vpn_node-${VERSION}/
dst: /opt/vpn-node dst: /opt/nakolenke-vpn-node
type: dir type: dir
- src: ./systemd/vpn-node.service - src: ./dist/nakolenke_vpn_node-${VERSION}/systemd/vpn-node.service
dst: /etc/systemd/system/vpn-node.service dst: /etc/systemd/system/nakolenke-vpn-node.service
- src: ./debian/postinst
dst: /var/lib/dpkg/info/vpn-node.postinst
file_info:
mode: 0755
scripts: scripts:
postinstall: /var/lib/dpkg/info/vpn-node.postinst postinstall: ./dist/nakolenke_vpn_node-${VERSION}/debian/postinst
overrides: overrides:
deb: deb: