mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 12:27:36 +03:00
Update documentation
This commit is contained in:
parent
f008d0bde3
commit
aa074a2063
17 changed files with 382 additions and 47 deletions
|
@ -58,7 +58,7 @@ var warnFindProcessOnUnsupportedPlatform = warning.New(
|
|||
func() bool {
|
||||
return !(C.IsLinux || C.IsWindows || C.IsDarwin)
|
||||
},
|
||||
"route option `find_process` is only supported on Linux, Windows, and Mac OS X",
|
||||
"route option `find_process` is only supported on Linux, Windows, and macOS",
|
||||
)
|
||||
|
||||
var _ adapter.Router = (*Router)(nil)
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
|
||||
var warnProcessNameOnNonSupportedPlatform = warning.New(
|
||||
func() bool { return !(C.IsLinux || C.IsWindows || C.IsDarwin) },
|
||||
"rule item `process_item` is only supported on Linux, Windows, and Mac OS X",
|
||||
"rule item `process_item` is only supported on Linux, Windows, and macOS",
|
||||
)
|
||||
|
||||
var _ RuleItem = (*ProcessItem)(nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue