-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontrol
31 lines (30 loc) · 913 Bytes
/
control
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Section: misc
Priority: optional
# Homepage: <enter URL here; no default>
Standards-Version: 3.9.2
Package: upnp-mon
Version: 0.0.4
Maintainer: elmatou <[email protected]>
Depends: sed (>=4.2.2), miniupnpc
Architecture: all
# Multi-Arch: <one of: foreign|same|allowed>
Copyright: copyright
# Changelog: changelog
Readme: README
# Links: <pair of space-separated paths; First is path symlink points at, second is filename of link>
Description: UPnP strategy for nat traversal
Open ports and set redirection in uPnP gateways.
Intended for server hosting on LAN with external access.
Files: upnp-mon.conf /etc/upnp-mon/
upnp-mon.rules /etc/upnp-mon/
upnp-mon.service /lib/systemd/system/
upnp-mon.timer /lib/systemd/system/
upnp-mon /usr/bin/
File: postinst
#!/bin/sh -e
deb-systemd-helper enable upnp-mon.timer
exit 0
File: prerm
#!/bin/sh -e
deb-systemd-helper disable upnp-mon.timer
exit 0