This commit is contained in:
Shahrad Elahi
2024-05-29 20:10:18 +03:30
committed by GitHub
parent 66a1fe2ece
commit efb93e5e31
162 changed files with 2780 additions and 2758 deletions

View File

@@ -7,5 +7,9 @@
"access": "restricted",
"baseBranch": "canary",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": [],
"privatePackages": {
"version": true,
"tag": true
}
}

View File

@@ -1,5 +1,5 @@
---
'wireadmin': patch
"wireadmin": patch
---
fix: Improve password hashing method and env loader

View File

@@ -0,0 +1,5 @@
---
"wireadmin": major
---
BREAKING: `UI_PASSWORD` has been removed. Please use `ADMIN_PASSWORD` instead.

View File

@@ -1,5 +1,5 @@
---
'wireadmin': patch
"wireadmin": patch
---
fix: tor config generation when container restarts

View File

@@ -0,0 +1,5 @@
---
"wireadmin": major
---
feat: Creates a Dnsmasq server on port 53 and forwards DNS queries through the Tor network.