mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix fakeip routing
This commit is contained in:
parent
0cb9cff690
commit
52e9059a8d
5 changed files with 38 additions and 18 deletions
|
@ -21,3 +21,8 @@ type FakeIPStorage interface {
|
|||
FakeIPLoad(address netip.Addr) (string, bool)
|
||||
FakeIPReset() error
|
||||
}
|
||||
|
||||
type FakeIPTransport interface {
|
||||
dns.Transport
|
||||
Store() FakeIPStore
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue