Removing IP forwarding

This commit is contained in:
Tyler Hale 2025-01-22 21:08:54 -07:00
parent 388f62c440
commit 56aecc4d1d
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96

View file

@ -54,7 +54,7 @@
- name: Allow binding non-local IP
sysctl:
name: net.ipv4.ip_nonlocal_bind
value: "1"
value: "0"
reload: true
state: present