Greg Karékinian 685deea920 Simplify dirsrv setup
Connecting directly using zerotier, no more nginx
2021-12-02 19:08:27 +01:00

14 lines
217 B
Ruby

#
# Cookbook Name:: kosmos-dirsrv
# Recipe:: firewall
#
include_recipe "kosmos-base::firewall"
firewall_rule "ldap" do
port [389, 636]
source "10.1.1.0/24" # zerotier
protocol :tcp
command :allow
end