computer-playbook/roles/application-wireguard/templates/set-mtu.sh.j2

4 lines
77 B
Plaintext
Raw Normal View History

2023-04-18 13:56:43 +02:00
#!/bin/bash
ip li set mtu 1400 dev eth0
ip li set mtu 1400 dev wlo1
sysctl -p