The configuration object.
Either configFile
or config
must be specified.
Declarations
Type
null or (attribute set of unspecified value)
Default
null
Example
{
inbounds = [
{
listen = "127.0.0.1";
port = 1080;
protocol = "http";
}
];
outbounds = [
{
protocol = "freedom";
}
];
}