mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2025-12-27 17:36:36 +00: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