mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-06 10:21:34 +02:00
Solved wireguard bugs
This commit is contained in:
4
roles/application-wireguard/templates/set-mtu.sh.j2
Normal file
4
roles/application-wireguard/templates/set-mtu.sh.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
ip li set mtu 1400 dev eth0
|
||||
ip li set mtu 1400 dev wlo1
|
||||
sysctl -p
|
Reference in New Issue
Block a user