mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Fix: clear IP data when VPN is stopped
This commit is contained in:
@@ -5,12 +5,8 @@ import (
|
||||
)
|
||||
|
||||
type DataGetSetter interface {
|
||||
DataGetter
|
||||
SetData(data models.IPInfoData)
|
||||
}
|
||||
|
||||
type DataGetter interface {
|
||||
GetData() (data models.IPInfoData)
|
||||
SetData(data models.IPInfoData)
|
||||
}
|
||||
|
||||
func (s *State) GetData() (data models.IPInfoData) {
|
||||
|
||||
Reference in New Issue
Block a user