eole-one-master/tmpl/60-one

6 lines
125 B
Plaintext
Raw Normal View History

2019-03-01 12:30:00 +01:00
#!/bin/bash
%for %%host in %%one_nodes
/sbin/iptables -A eth%%{one_node_int}-root -s %%host -p tcp --syn -j ACCEPT
%end for