bypass-lan.conf 497 B

1234567891011121314151617
  1. bypass-lan {
  2. # A comma-separated list of network interfaces for which connected subnets
  3. # should be ignored, if interfaces_use is specified this option has no
  4. # effect.
  5. # interfaces_ignore =
  6. # A comma-separated list of network interfaces for which connected subnets
  7. # should be considered. All other interfaces are ignored.
  8. # interfaces_use =
  9. # Whether to load the plugin. Can also be an integer to increase the
  10. # priority of this plugin.
  11. load = yes
  12. }