use rp_filter=2 to allow responses on different network devices?

Following https://sysctl-explorer.net/net/ipv4/rp_filter/
This commit is contained in:
Manevolent 2022-12-17 22:37:55 -07:00 committed by GitHub
parent bc9f93c54c
commit e1099e16a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,5 @@
- tinc
network_mode: 'service:tinc'
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.conf.all.rp_filter=2