We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e011972 commit ebcb6efCopy full SHA for ebcb6ef
src/caddy/index.ts
@@ -153,6 +153,7 @@ export class CaddyInstant {
153
* @returns
154
*/
155
async run(source: string, target: string, options?: Partial<RunOptions>) {
156
+ source = source.replace('0.0.0.0', '127.0.0.1').replace('localhost', '127.0.0.1')
157
const {
158
restore = false,
159
base = '/',
0 commit comments