mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Added auth token to server modal and dns statistics request
This commit is contained in:
parent
360b6865be
commit
97e4fea015
9 changed files with 171 additions and 15 deletions
|
@ -8,6 +8,7 @@ class Server {
|
|||
String user;
|
||||
String password;
|
||||
bool defaultServer;
|
||||
String authToken;
|
||||
|
||||
Server({
|
||||
required this.id,
|
||||
|
@ -18,6 +19,7 @@ class Server {
|
|||
this.port,
|
||||
required this.user,
|
||||
required this.password,
|
||||
required this.defaultServer
|
||||
required this.defaultServer,
|
||||
required this.authToken
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue