Skip to content

Commit 2edb879

Browse files
committed
Listen on two different sockets for ipv6 and ipv4
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.
1 parent 4987aa5 commit 2edb879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/iodine-server.socket

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Description=Iodine socket
33

44
[Socket]
55
ListenDatagram=53
6+
ListenDatagram=0.0.0.0:53
7+
BindIPv6Only=ipv6-only
68

79
[Install]
810
WantedBy=sockets.target

0 commit comments

Comments
 (0)