mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2024-11-21 22:51: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
|
name: wg-quick@wg0.service
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
|
||||||
|
- name: "reload sysctl configuration"
|
||||||
|
shell: "sysctl -p"
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user