Cleaned up and refactored

This commit is contained in:
2023-11-16 23:29:43 +01:00
parent cd2c66bc54
commit 3dbdd1dfcb
39 changed files with 24 additions and 31 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
{% for internet_interface in internet_interfaces %}
ip li set mtu 1400 dev {{internet_interface}}
{% endfor %}