mirror of
https://github.com/openziti/zrok.git
synced 2025-06-04 17:15:57 +02:00
allowedHosts (ui100)
This commit is contained in:
parent
ffe279bcc9
commit
0d535181f4
@ -10,6 +10,9 @@ export default defineConfig({
|
|||||||
target: 'http://localhost:18080',
|
target: 'http://localhost:18080',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
allowedHosts: [
|
||||||
|
".share.zrok.io"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user