mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-07 02:41:39 +02:00
Merged client playbook and server playbook
This commit is contained in:
4
roles/pc_application-wireguard/templates/set-mtu.sh.j2
Normal file
4
roles/pc_application-wireguard/templates/set-mtu.sh.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
{% for internet_interface in internet_interfaces %}
|
||||
ip li set mtu 1400 dev {{internet_interface}}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user