socket-default.conf 491 B

1234567891011121314151617181920212223
  1. socket-default {
  2. # Firewall mark to set on outbound packets.
  3. # fwmark =
  4. # Whether to load the plugin. Can also be an integer to increase the
  5. # priority of this plugin.
  6. load = yes
  7. # Set source address on outbound packets, if possible.
  8. # set_source = yes
  9. # Force sending interface on outbound packets, if possible.
  10. # set_sourceif = no
  11. # Listen on IPv4, if possible.
  12. # use_ipv4 = yes
  13. # Listen on IPv6, if possible.
  14. # use_ipv6 = yes
  15. }