diff options
Diffstat (limited to 'conf/plugins/socket-default.conf')
-rw-r--r-- | conf/plugins/socket-default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/plugins/socket-default.conf b/conf/plugins/socket-default.conf index 6d4b73dd5..abf4650ed 100644 --- a/conf/plugins/socket-default.conf +++ b/conf/plugins/socket-default.conf @@ -10,6 +10,9 @@ socket-default { # Set source address on outbound packets, if possible. # set_source = yes + # Force sending interface on outbound packets, if possible. + # set_sourceif = no + # Listen on IPv4, if possible. # use_ipv4 = yes |