diff --git a/en/searchurl/cloudflare/pbing.js b/en/searchurl/cloudflare/pbing.js
index cd141ed8..343ac994 100644
--- a/en/searchurl/cloudflare/pbing.js
+++ b/en/searchurl/cloudflare/pbing.js
@@ -93,7 +93,9 @@ export default {
const url = request.url;
let iSlash = url.indexOf('/',11);
let nUrl = url.substring(iSlash+1);
- if(!nUrl.startsWith(SYDNEY_ORIGIN))
+ let iColon = nUrl.indexOf(':',3)+3;
+ if(!nUrl.startsWith('syndey.bing.com',iColon) &&
+ !nUrl.startsWith('www.bing.com/turing',iColon))
return await goUrl(request, nUrl);
const targetUrl = new URL(nUrl);
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 4d67e6f7..32318a93 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
/en/_posts/
- 2023-06-26T08:17:34+08:00
+ 2023-08-20T09:08:11+08:00
/en/termux/
- 2022-09-24T14:05:13+08:00
+ 2023-08-20T09:08:11+08:00
/en/longclick/
2022-09-24T14:05:13+08:00
diff --git a/en/termux/index.html b/en/termux/index.html
index bfc92840..143f3fd9 100644
--- a/en/termux/index.html
+++ b/en/termux/index.html
@@ -57,10 +57,10 @@
Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):
- target device: install termux app.
-- (optional)fix termux quick crash with "updateonly" versions
+- (optional)fix termux quick crash with "updateonly" versions by long click this link.
- both devices: uweb to checke option "Use termux" in UI configuration page for long time tranferring. Uweb itself does not hold any wakelock thus may have issues for huge data transmission.
-- source device: uweb to visit "files:///data/data/com.termux/", long click "files" folder to send to network.
-- target device: uweb to visit "files:///data/data/com.termux/", long click "right arrow" button to receive from network.
+- source device: uweb to visit termux folder by long click, then long click "files" folder to send to network.
+- target device: uweb to visit termux folder by long click, then long click "right arrow" button to receive from network.
Using ssh to copy
@@ -75,8 +75,8 @@
With z.sh and commacd, user can reach any folder with few key stokes. Run "v" to launch uweb file manager on the current working directory, long click any file link to share.
-Last Modified: 24 September 2022
-add en/.../tips.md
+
Last Modified: 20 August 2023
+reword in termux.md
+
+