mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-14 03:44:07 +01:00
Solved another wireguard bug
This commit is contained in:
parent
028e94d282
commit
1de60742f4
@ -10,4 +10,7 @@
|
||||
name: wg-quick@wg0.service
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
daemon_reload: yes
|
||||
|
||||
- name: "reload sysctl configuration"
|
||||
shell: "sysctl -p"
|
@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
ip li set mtu 1400 dev eth0
|
||||
ip li set mtu 1400 dev wlo1
|
||||
sysctl -p
|
||||
ip li set mtu 1400 dev wlo1
|
Loading…
Reference in New Issue
Block a user