ansible-ppm/roles/baseline/templates/mosh.j2

7 lines
243 B
Text
Raw Normal View History

2024-10-16 21:13:17 +02:00
#!/bin/sh
# DO NOT MODIFY: this file is written by ansible
2024-10-16 21:13:17 +02:00
# Firewall to allow mosh sessions
ip6tables -A INPUT -p udp --match multiport --dports 60001:60020 -j ACCEPT
iptables -A INPUT -p udp --match multiport --dports 60001:60020 -j ACCEPT