Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/pangolin.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Pangolin CLI

* [pangolin apply](pangolin_apply.md) - Apply commands
* [pangolin auth](pangolin_auth.md) - Authentication commands
* [pangolin auth-daemon](pangolin_auth-daemon.md) - Start the auth daemon
* [pangolin config](pangolin_config.md) - View and edit CLI configuration
* [pangolin down](pangolin_down.md) - Stop a connection
* [pangolin list](pangolin_list.md) - List resources and other items from the server
Expand Down
2 changes: 2 additions & 0 deletions docs/pangolin_config_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Supported keys:
up.tunnel_dns
up.upstream_dns
up.override_dns
up.match_domains_dns
up.prefer_local_routes

Examples:
pangolin config set up.tunnel_dns true
Expand Down
2 changes: 2 additions & 0 deletions docs/pangolin_up.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ pangolin up [flags]
--id string Client ID (optional, will use user info if not provided)
--interface-name name Interface name (default "pangolin")
--log-level string Log level (default "info")
--match-domains strings FQDN wildcard patterns (e.g. '*.proxy.internal') to check against local records/upstream DNS; queries for non-matching domains go directly to the system's DNS servers (default: match all domains, or the value from config if set)
--mtu int Maximum transmission unit (default 1280)
--netstack-dns server DNS server to use for Netstack. This handles DNS resolution outside of the upstream servers.
--org string Organization ID (default: selected organization if logged in)
--override-dns When enabled, the client uses custom DNS servers to resolve internal resources and aliases. This overrides your system's default DNS settings. Queries that cannot be resolved as a Pangolin resource will be forwarded to your configured Upstream DNS Server. (default true)
--ping-interval interval Ping interval (default 5s)
--ping-timeout timeout Ping timeout (default 5s)
--prefer-local-routes Add tunnel routes with a high metric so overlapping local/connected routes take precedence (default false)
--secret string Client secret (optional, will use user info if not provided)
--silent Disable TUI and run silently when detached
--tls-client-cert path TLS client certificate path
Expand Down
2 changes: 2 additions & 0 deletions docs/pangolin_up_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ pangolin up client [flags]
--id string Client ID (optional, will use user info if not provided)
--interface-name name Interface name (default "pangolin")
--log-level string Log level (default "info")
--match-domains strings FQDN wildcard patterns (e.g. '*.proxy.internal') to check against local records/upstream DNS; queries for non-matching domains go directly to the system's DNS servers (default: match all domains, or the value from config if set)
--mtu int Maximum transmission unit (default 1280)
--netstack-dns server DNS server to use for Netstack. This handles DNS resolution outside of the upstream servers.
--org string Organization ID (default: selected organization if logged in)
--override-dns When enabled, the client uses custom DNS servers to resolve internal resources and aliases. This overrides your system's default DNS settings. Queries that cannot be resolved as a Pangolin resource will be forwarded to your configured Upstream DNS Server. (default true)
--ping-interval interval Ping interval (default 5s)
--ping-timeout timeout Ping timeout (default 5s)
--prefer-local-routes Add tunnel routes with a high metric so overlapping local/connected routes take precedence (default false)
--secret string Client secret (optional, will use user info if not provided)
--silent Disable TUI and run silently when detached
--tls-client-cert path TLS client certificate path
Expand Down
Loading