mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: update boundary version (#21955)
Update boundary version to v0.8.0
This commit is contained in:
Generated
+10
-10
@@ -97,16 +97,6 @@ Enable pprof profiling server.
|
||||
|
||||
Set port for pprof profiling server.
|
||||
|
||||
### --configure-dns-for-local-stub-resolver
|
||||
|
||||
| | |
|
||||
|-------------|--------------------------------------------------------------|
|
||||
| Type | <code>bool</code> |
|
||||
| Environment | <code>$BOUNDARY_CONFIGURE_DNS_FOR_LOCAL_STUB_RESOLVER</code> |
|
||||
| YAML | <code>configure_dns_for_local_stub_resolver</code> |
|
||||
|
||||
Configure DNS for local stub resolver (e.g., systemd-resolved). Only needed when /etc/resolv.conf contains nameserver 127.0.0.53.
|
||||
|
||||
### --jail-type
|
||||
|
||||
| | |
|
||||
@@ -118,6 +108,16 @@ Configure DNS for local stub resolver (e.g., systemd-resolved). Only needed when
|
||||
|
||||
Jail type to use for network isolation. Options: nsjail (default), landjail.
|
||||
|
||||
### --use-real-dns
|
||||
|
||||
| | |
|
||||
|-------------|-------------------------------------|
|
||||
| Type | <code>bool</code> |
|
||||
| Environment | <code>$BOUNDARY_USE_REAL_DNS</code> |
|
||||
| YAML | <code>use_real_dns</code> |
|
||||
|
||||
Use real DNS in the jail instead of the dummy DNS (allows DNS exfiltration). Default: false.
|
||||
|
||||
### --disable-audit-logs
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user