innisfree 0.4.2

Exposes local services on public IPv4 address, via cloud server.
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh

# CAP_NET_BIND_SERVICE: Permit binding to ports below 1024 (e.g. 80 & 443)
# CAP_NET_ADMIN: Permit iptables editing, to restrict ingress on wg interface
setcap CAP_NET_BIND_SERVICE,CAP_NET_ADMIN=+ep /usr/bin/innisfree

# Reload systemd to ensure latest service file is active
systemctl daemon-reload