0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-18 06:09:48 +03:00

Add tun support

This commit is contained in:
世界
2023-04-06 19:00:46 +08:00
parent 18e5b0963f
commit 603264017a
13 changed files with 935 additions and 2 deletions

View File

@ -16,6 +16,7 @@ import (
// Developer preview services
_ "github.com/xtls/xray-core/app/observatory/command"
_ "github.com/xtls/xray-core/app/tun"
// Other optional features.
_ "github.com/xtls/xray-core/app/dns"