Skip to content

Commit 9cb480b

Browse files
authored
Revert "Change default ip for dev (#11756)" (#12039)
This reverts commit 4b11d93.
1 parent 2e420ad commit 9cb480b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/workers/wrangler/commands.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ As of Wrangler v3.2.0, `wrangler dev` is supported by any Linux distributions pr
638638
- `--latest` {{<type>}}boolean{{</type>}} {{<prop-meta>}}(default: true){{</prop-meta>}} {{<prop-meta>}}optional{{</prop-meta>}}
639639
- Use the latest version of the Workers runtime.
640640
- `--ip` {{<type>}}string{{</type>}} {{<prop-meta>}}optional{{</prop-meta>}}
641-
- IP address to listen on, defaults to `*` (all interfaces).
641+
- IP address to listen on, defaults to `localhost`.
642642
- `--port` {{<type>}}number{{</type>}} {{<prop-meta>}}optional{{</prop-meta>}}
643643
- Port to listen on.
644644
- `--inspector-port` {{<type>}}number{{</type>}} {{<prop-meta>}}optional{{</prop-meta>}}
@@ -1508,7 +1508,7 @@ wrangler secret:bulk [<FILENAME>] [OPTIONS]
15081508
15091509
- `--env` {{<type>}}string{{</type>}} {{<prop-meta>}}optional{{</prop-meta>}}
15101510
- Perform on a specific environment.
1511-
1511+
15121512
{{</definitions>}}
15131513
15141514
The following is an example of uploading secrets from a JSON file redirected to `stdin`. When complete, the output summary will show the number of secrets uploaded and the number of secrets that failed to upload.
@@ -1663,7 +1663,7 @@ wrangler pages project delete <PROJECT_NAME> [OPTIONS]
16631663
- Answer `"yes"` to confirmation prompt.
16641664
16651665
{{</definitions>}}
1666-
1666+
16671667
### `deployment list`
16681668
16691669
List deployments in your Cloudflare Pages project.
@@ -2248,4 +2248,4 @@ Generate types from bindings and module rules in configuration.
22482248
wrangler types
22492249
```
22502250
2251-
<!--TODO Add examples of DTS generated output -->
2251+
<!--TODO Add examples of DTS generated output -->

0 commit comments

Comments
 (0)