Skip to content

Commit

Permalink
turn off forwardNodeIP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley Su committed Dec 11, 2023
1 parent 92006a6 commit 4a5d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/raven-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ containerEnv:

vpn:
driver: libreswan
forwardNodeIP: true
forwardNodeIP: false
# raven-agent requires a unique vpn psk
# You can generate one with the command:
# 'openssl rand -hex 64'
Expand Down

0 comments on commit 4a5d392

Please sign in to comment.