Solved another wireguard bug

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

View File

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

View File

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