<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/cloudflared/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-04-20T06:48:39Z</updated>
<entry>
<title>cloudflared: support multiple upstream interfaces.</title>
<updated>2026-04-20T06:48:39Z</updated>
<author>
<name>kouhei-ioroi</name>
</author>
<published>2026-04-15T06:09:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fb5ad65e5c92add69d9ee7aa7326af1dcdd553f7'/>
<id>urn:sha1:fb5ad65e5c92add69d9ee7aa7326af1dcdd553f7</id>
<content type='text'>
support multiple upstream interfaces in config.

Signed-off-by: kouhei-ioroi &lt;kouhei@ioroi.group&gt;
</content>
</entry>
<entry>
<title>cloudflared: fix duplicate "run" command argument</title>
<updated>2025-11-10T12:06:34Z</updated>
<author>
<name>Bohdan Chubuk</name>
</author>
<published>2025-11-09T22:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=137a710fc2823098856585a293cb7ac9c5f505e2'/>
<id>urn:sha1:137a710fc2823098856585a293cb7ac9c5f505e2</id>
<content type='text'>
The init script was appending the 'run' subcommand twice. The first
instance was misplaced, causing a command syntax error by placing 'run'
before other tunnel options, which breaks the service.

This patch removes the first, incorrect 'run' argument, leaving the
second one in the correct position after all options have been set.

This fixes a regression introduced in pull request #27786.

Ref: https://github.com/openwrt/packages/pull/27786
Signed-off-by: Bohdan Chubuk &lt;chbgdn@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloudflared: fix argument order for tunnel command</title>
<updated>2025-11-07T18:30:51Z</updated>
<author>
<name>Akihiro Nagai</name>
</author>
<published>2025-11-07T14:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=38da2ccc4dfea2974c1ade73aec4e740459737fb'/>
<id>urn:sha1:38da2ccc4dfea2974c1ade73aec4e740459737fb</id>
<content type='text'>
Move all global options (--protocol, --loglevel, --logfile, --config,
--origincert, etc.) before the 'run' subcommand, and keep --token
after it to match the correct cloudflared CLI syntax.

Signed-off-by: Akihiro Nagai &lt;bashing.tremors_0f@icloud.com&gt;
</content>
</entry>
<entry>
<title>cloudflared: improve init script for tunnel management</title>
<updated>2025-11-06T00:11:02Z</updated>
<author>
<name>Akihiro Nagai</name>
</author>
<published>2025-11-05T11:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b68f1c8c0492ef3d9e0a8b651d760f62c5369144'/>
<id>urn:sha1:b68f1c8c0492ef3d9e0a8b651d760f62c5369144</id>
<content type='text'>
Resolved conflict between remotely-managed tunnel and locally-managed
tunnel configurations.

- Bumped PKG_RELEASE to 2
- Commented out 'config' and 'origincert' options in default
  configuration file
- Preserved options as comments for user reference

Signed-off-by: Akihiro Nagai &lt;bashing.tremors_0f@icloud.com&gt;
</content>
</entry>
<entry>
<title>cloudflared: change default protocol back to 'auto'</title>
<updated>2025-07-10T07:43:56Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-07-09T09:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=29c9bf31c50e73ce8d9cf379876c0fd7dd4cf375'/>
<id>urn:sha1:29c9bf31c50e73ce8d9cf379876c0fd7dd4cf375</id>
<content type='text'>
Most of the PQ and FIPS compliant curves are already available
in go 1.24.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>cloudflared: Update to 2025.2.0</title>
<updated>2025-02-18T11:55:55Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2025-02-18T11:55:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66906b867763834bbac301506c36c83cc8805bf6'/>
<id>urn:sha1:66906b867763834bbac301506c36c83cc8805bf6</id>
<content type='text'>
Remove unneeded reload_service func while at it.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>cloudflared: reload service if wan inferface has (re)connected</title>
<updated>2024-09-02T05:19:16Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2024-08-31T13:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=52037eb625a864c7e9b2b4e30b975bc5a8092192'/>
<id>urn:sha1:52037eb625a864c7e9b2b4e30b975bc5a8092192</id>
<content type='text'>
Sometimes the wan connection needs time to be established (e.g. cold
boot after power loss) and the service may crash as the internet is
yet available. Add a trigger to reload the service once the wan
interface is up.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>cloudflared: Fix incorrect uci config syntax</title>
<updated>2024-06-24T07:35:56Z</updated>
<author>
<name>Ryan Keane</name>
</author>
<published>2024-06-20T21:16:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2d711c8fbda489ab5f89b162c040b6502986e970'/>
<id>urn:sha1:2d711c8fbda489ab5f89b162c040b6502986e970</id>
<content type='text'>
Fix incorrect uci config syntax, caused by a careless newbie contributer.
Modify function append_param_arg() in init script, to support hyphenated
arguments.
Add more command parameters as uci options, no value is set to keep it default.

Signed-off-by: Ryan Keane &lt;the.ra2.ifv@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloudflared: Add more run parameters in UCI</title>
<updated>2024-06-19T20:26:30Z</updated>
<author>
<name>Ryan Keane</name>
</author>
<published>2024-06-19T10:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=31c91837f9f171828ef6d4bd1e1867f4c593e2cc'/>
<id>urn:sha1:31c91837f9f171828ef6d4bd1e1867f4c593e2cc</id>
<content type='text'>
https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-run-parameters/

Close #24122

Signed-off-by: Ryan Keane &lt;the.ra2.ifv@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloudflared: refine config.yml</title>
<updated>2024-02-04T02:47:41Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-02-03T20:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b3580a76d8a4bc0bfa075ba3da945bfe92526871'/>
<id>urn:sha1:b3580a76d8a4bc0bfa075ba3da945bfe92526871</id>
<content type='text'>
The config.yml is an example of a tunnel local configuration.
But the cloudlfared treat it as a real config and fails to start.
So to avoid problems let's comment all the statements.

The `url: http://localhost:8000` is not a valid config option.

Additionally add a smale of configuring ingres rules.

The cloudflared.config has missing option token.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
</feed>
