Skip to content

Commit 30cfafe

Browse files
Clarify specific pasta parameters passed by default
Closes #28433 Signed-off-by: Matt Baker <matt.baker@agd-systems.com>
1 parent e51021e commit 30cfafe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/markdown/options/network.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Valid _mode_ values are:
4646
container to host using the gateway address. The latter can be overridden
4747
by passing **--map-gw** in the pasta-specific options (despite not being an
4848
actual pasta(1) option). \
49-
For better integration with DNS handling, **--dns-forward 169.254.1.1** is passed,
49+
For better integration with DNS handling, **--dns-forward 169.254.1.1** is passed by default,
5050
and this address is added to resolv.conf(5) as first resolver. It is possible to pass
51-
**--dns-forward** explicitly in case a different IP address should be used.
51+
**--dns-forward** explicitly in case a different IP address should be used. \
5252
To make the `host.containers.internal` /etc/hosts entry work and allow connections
53-
to the host, **--map-guest-addr 169.254.1.2** is passed. Again, it can be set
53+
to the host, **--map-guest-addr 169.254.1.2** is passed by default. Again, it can be set
5454
explicitly to choose a different IP address. \
5555
Also, **-t none** and **-u none** are passed if, respectively, no TCP or
5656
UDP port forwarding from host to container is configured (via Podman's

0 commit comments

Comments
 (0)