Solved another wireguard bug

This commit is contained in:
Kevin Veen-Birkenbach 2023-04-18 14:25:10 +02:00
parent 7ef4f7973e
commit f3d3beab39
2 changed files with 5 additions and 3 deletions

View File

@ -11,3 +11,6 @@
state: restarted
enabled: yes
daemon_reload: yes
- name: "reload sysctl configuration"
shell: "sysctl -p"

View File

@ -1,4 +1,3 @@
#!/bin/bash
ip li set mtu 1400 dev eth0
ip li set mtu 1400 dev wlo1
sysctl -p