mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-02 15:59:22 +01:00
Mikaela Suomalainen
9d5721899e
With my sysctl config oidentd is IPv6 only unless `BindIPv6Only=both` is added.
11 lines
134 B
SYSTEMD
11 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Ident (RFC 1413) socket
|
|
|
|
[Socket]
|
|
ListenStream=113
|
|
BindIPv6Only=both
|
|
Accept=yes
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|