Skip to content
Snippets Groups Projects
Commit ac2e6626 authored by jabertwo's avatar jabertwo
Browse files

route for whole warpzone client net in wireguard

parent 2dd34bce
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,11 @@ ...@@ -53,6 +53,11 @@
ansible.builtin.systemd: ansible.builtin.systemd:
daemon_reload: true daemon_reload: true
- name: "Stop systemd service for wg0"
ansible.builtin.systemd:
name: "wg-quick@wg0"
state: stopped
- name: "Start systemd service for wg0" - name: "Start systemd service for wg0"
ansible.builtin.systemd: ansible.builtin.systemd:
name: "wg-quick@wg0" name: "wg-quick@wg0"
......
...@@ -5,4 +5,4 @@ ListenPort = 51821 ...@@ -5,4 +5,4 @@ ListenPort = 51821
[Peer] [Peer]
PublicKey = 9FLaGBXWjInPv4PFRuAJPPrPWruzocVrXg9lsmwGdX4= PublicKey = 9FLaGBXWjInPv4PFRuAJPPrPWruzocVrXg9lsmwGdX4=
AllowedIPs = 10.43.1.2, 192.168.0.0/24, 10.0.0.0/23 AllowedIPs = 10.43.1.2, 192.168.0.0/24, 10.0.0.0/22
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment