summaryrefslogtreecommitdiff
path: root/conf/plugins/bypass-lan.conf
blob: ad496db67c78ebb3719fa1dcdd260d9c2e644a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bypass-lan {

    # A comma-separated list of network interfaces for which connected subnets
    # should be ignored, if interfaces_use is specified this option has no
    # effect.
    # interfaces_ignore =

    # A comma-separated list of network interfaces for which connected subnets
    # should be considered. All other interfaces are ignored.
    # interfaces_use =

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

}