Skip to content

Commit 84ab4c2

Browse files
author
Tom Maher
committed
fix iptables blackholing for macOS
1 parent 680d024 commit 84ab4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install-openldap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ chmod g+r /etc/ssl/private/ldap01_slapd_key.pem
110110
chmod o-r /etc/ssl/private/ldap01_slapd_key.pem
111111

112112
# Drop packets on a secondary port used to specific timeout tests
113-
iptables -A OUTPUT -p tcp -j DROP --dport 8389
113+
iptables -A INPUT -p tcp -j DROP --dport 8389
114114

115115
service slapd restart

0 commit comments

Comments
 (0)