blob: 1bc20f1b378a856aa658c449799eb26ae39823e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
socket-default {
# Firewall mark to set on outbound packets.
# fwmark =
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
# Set source address on outbound packets, if possible.
# set_source = yes
# Listen on IPv4, if possible.
# use_ipv4 = yes
# Listen on IPv6, if possible.
use_ipv6 = no
}
|