命令含义:查询baidu.com域名的A记录并使用grep命令过滤出IPV4地址 $ dig -t A baidu.com | grep -v -e '^;' -e '^$' 130 ↵ baidu.com. 52 IN A 110.242.68.66 baidu.com. 52 IN A 39.156.66.10
按照我对 Cloudflare TOS 理解。Cloudflare Pages 是可以运行代理软件的。
Unlike most Cloudflare products, the Developer Platform can be used
to host content. Content stored on the Developer Platform (whether in
conjunction with a Cloudflare storage offering or not) that we determine
in our sole judgment to be illegal, harmful, or in violation of Section
5 of the Cloudflare Developer Platforms Supplemental Terms may be
blocked or removed, and use of the Developer Platform for storage of
such illegal or harmful content may result in suspension or termination
of Cloudflare Services. While we generally try to provide notice of such
action, we reserve the right to take action without notice as
appropriate. For these purposes, illegal or harmful content includes but
is not limited to: (a) content containing, promoting, or facilitating
child sexual abuse material or human trafficking; (b) content that
infringes on another person’s intellectual property rights or is
otherwise unlawful; (c) content that discloses sensitive personal
information, incites or exploits violence, or is intended to defraud the
public; and (d) content that seeks to distribute malware, facilitate
phishing, or otherwise constitutes technical abuse.
按照我对协议理解,Cloudflare Worker 是可以运行代理软件的。
from https://edgetunnel.github.io/edgetunnel/guide/cf-pages.html
When deploy in cloudflare pages, you can set uuid in wrangler.toml file. variable name is UUID. wrangler.toml file is also supported. (recommended) in case deploy in webpages, you can not set uuid in wrangler.toml file.
When deploy in worker.dev, you can set uuid in _worker.js file. variable name is userID. wrangler.toml file is also supported. (recommended) in case deploy in webpages, you can not set uuid in wrangler.toml file. in this case, you can also set uuid in UUID enviroment variable.
Note: UUID is the uuid you want to set. pages.dev and worker.dev all of them method supported, but depend on your deploy method.
UUID Setting Example
single uuid environment variable
UUID = "uuid here your want to set"
multiple uuid environment variable
UUID = "uuid1,uuid2,uuid3"
note: uuid1, uuid2, uuid3 are separated by commas,.
when you set multiple uuid, you can use https://edtunnel.pages.dev/uuid1 to get the clash config and vless:// link.
subscribe vless:// link (Optional)
visit https://edtunnel.pages.dev/uuid your set to get the subscribe link.
visit https://edtunnel.pages.dev/sub/uuid your set to get the subscribe content with uuid your set path.
note: uuid your set is the uuid you set in UUID enviroment or wrangler.toml, _worker.js file.
when you set multiple uuid, you can use https://edtunnel.pages.dev/sub/uuid1 to get the subscribe content with uuid1 path.(only support first uuid in multiple uuid set)
visit https://edtunnel.pages.dev/sub/uuid your set/?format=clash to get the subscribe content with uuid your set path and clash format. content will return with base64 encode.
note: uuid your set is the uuid you set in UUID enviroment or wrangler.toml, _worker.js file.
when you set multiple uuid, you can will use https://edtunnel.pages.dev/sub/uuid1/?format=clash to get the subscribe content with uuid1 path and clash format.(only support first uuid in multiple uuid set)
if you deploy in cloudflare pages, https
port is not supported. Simply add multiple ports node drictly use
subscribe link, subscribe content will return all Cloudflare supported
ports.
proxyIP (Optional)
When deploy in cloudflare pages, you can set proxyIP in wrangler.toml file. variable name is PROXYIP.
When deploy in worker.dev, you can set proxyIP in _worker.js file. variable name is proxyIP.
note: proxyIP is the ip or domain you want to
set. this means that the proxyIP is used to route traffic through a
proxy rather than directly to a website that is using Cloudflare's
(CDN). if you don't set this variable, connection to the Cloudflare IP
will be cancelled (or blocked)...
resons: Outbound TCP sockets to Cloudflare IP ranges are temporarily blocked, please refer to the tcp-sockets documentation
Usage
frist, open your pages.dev domain https://edtunnel.pages.dev/ in your browser, then you can see the following page:
The path /uuid your seetting to get the clash config and vless:// link.
No comments:
Post a Comment