File: redoctober.socket

package info (click to toggle)
golang-github-cloudflare-redoctober 0.0~git20161017.0.78e9720-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 612 kB
  • sloc: sh: 65; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Example socket file, instructing systemd to bind 443. Used by the
# corresponding redoctober.service target to launch a socket-activated
# Red October instance that can run unprivileged but bind to a
# privileged port.

[Socket]
ListenStream=127.0.0.1:443

[Install]
WantedBy=sockets.target