Sha256: 5745f6c168e9d175c340b3304442f2181ed47a830604c59e7c212ba6005f0100

Contents?: true

Size: 459 Bytes

Versions: 7

Compression:

Stored size: 459 Bytes

Contents

# ==> /etc/systemd/system/yahns.socket <==
[Unit]
Description = yahns sockets

[Socket]

# yahns can handle an arbitrary number of listen sockets,
# so I prefer to keep listeners for IPv4 and IPv6 separate
# to avoid ugly IPv4-mapped-IPv6 addresses for IPv4 clients:
# (e.g ":ffff:10.0.0.1" instead of just "10.0.0.1").
ListenStream = 0.0.0.0:443
BindIPv6Only = ipv6-only
ListenStream = [::]:443
Service = yahns@1.service

[Install]
WantedBy = sockets.target

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yahns-1.18.0 examples/yahns.socket
yahns-1.17.0 examples/yahns.socket
yahns-1.16.0 examples/yahns.socket
yahns-1.15.0 examples/yahns.socket
yahns-1.14.1 examples/yahns.socket
yahns-1.14.0 examples/yahns.socket
yahns-1.13.0 examples/yahns.socket