mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-10 02:39:18 +02:00
2edb879845
Option BindIPv6Only is needed to restrict ipv6 to sending IPv6 packets only, without it IPv6 socket can be used to send and receive packet to and from an IPv6 address or an IPv4-mapped IPv6 address.
11 lines
145 B
SYSTEMD
11 lines
145 B
SYSTEMD
[Unit]
|
|
Description=Iodine socket
|
|
|
|
[Socket]
|
|
ListenDatagram=53
|
|
ListenDatagram=0.0.0.0:53
|
|
BindIPv6Only=ipv6-only
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|