bennojoy / ntp

ansible role ntp
28 stars 102 forks source link

ntp_restrict misses restriction to localhost for IPv6 #11

Open ahaerpfer opened 9 years ago

ahaerpfer commented 9 years ago

In defaults/main.yml IPv4 access is restricted to localhost via the line

- "restrict 127.0.0.1"

Consequently access via IPv6 should also be restricted by adding

- "restrict -6 ::1"