feat: add value field to the dns log (#67)

record resolve value of dns log to facilitate the observation of dns rebinding.
This commit is contained in:
Li4n0
2023-05-23 23:27:50 +08:00
committed by GitHub
parent c53ec79ccd
commit 223c14ab33
6 changed files with 38 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
devServer: {
proxy: {
'/api': {
target: 'http://localhost:10000',
target: 'http://127.0.0.1:10000/revsuit/',
}
},
},