mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
vmess: sniffing opt
This commit is contained in:
@ -204,6 +204,9 @@ class ServerService
|
||||
$protocolObj->outboundTag = 'block';
|
||||
array_push($json->routing->rules, $protocolObj);
|
||||
}
|
||||
if (empty($domainRules) && empty($protocolRules)) {
|
||||
$json->inbound->sniffing->enable = false;
|
||||
}
|
||||
}
|
||||
|
||||
private function setTls(Server $server, object $json)
|
||||
|
Reference in New Issue
Block a user