mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-18 05:32:29 +03:00
platform: Implement set underlying networks for android
This commit is contained in:
7
experimental/libbox/raw_network_stub.go
Normal file
7
experimental/libbox/raw_network_stub.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !android
|
||||
|
||||
package libbox
|
||||
|
||||
type RawNetwork interface {
|
||||
stub()
|
||||
}
|
||||
Reference in New Issue
Block a user