mirror of
https://github.com/safing/portmaster
synced 2025-09-15 01:09:41 +00:00
Force resolvers to reconnect after connecting to SPN
This commit is contained in:
parent
bd0314ee9e
commit
3d69216c27
8 changed files with 103 additions and 17 deletions
|
@ -56,6 +56,8 @@ func (mrc *mDNSResolverConn) IsFailing() bool {
|
|||
|
||||
func (mrc *mDNSResolverConn) ResetFailure() {}
|
||||
|
||||
func (mrc *mDNSResolverConn) ForceReconnect(_ context.Context) {}
|
||||
|
||||
type savedQuestion struct {
|
||||
question dns.Question
|
||||
expires time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue