What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

So, you mounted the USB Drive on your ASUS router to Finder? How did you do that? I can't see it on the Network in Finder. I have mounted about 7 Shares from my NAS okay.
Yes, it's served up by Samba, that's under USB Applications tab in the gui.
 
Hi all,

Any idea why my Amazon app errors when searching and loading description when diversion is running?

I tried whitelisting amazon.com but it did a rough search and whitelisted 2800 domains.
I removed all of them and restarted diversion.

Any idea what I need to unblock to allow my app to work?
 
Hi all,

Any idea why my Amazon app errors when searching and loading description when diversion is running?

I tried whitelisting amazon.com but it did a rough search and whitelisted 2800 domains.
I removed all of them and restarted diversion.

Any idea what I need to unblock to allow my app to work?
Good luck. I don't think there is a solution as long as pixelserv-tls is running. There are threads and comments all over the place on Amazon Shopping on Android with pixelserv-tls.
 
Hi all,

Any idea why my Amazon app errors when searching and loading description when diversion is running?

I tried whitelisting amazon.com but it did a rough search and whitelisted 2800 domains.
I removed all of them and restarted diversion.

Any idea what I need to unblock to allow my app to work?
Many have tried, many have failed. IMHO, it's not worth the hassle of figuring out what you need to unblock, there's way too many of them and IIRC, new ones keep popping up anyways, resulting in a never-ending game of whack-a-mole.
 
Good luck. I don't think there is a solution as long as pixelserv-tls is running. There are threads and comments all over the place on Amazon Shopping on Android with pixelserv-tls.
Yep, same thing on my Pixel 3. I have tested using only Diversion Lite and it works fine.
 
Solution: Disable pixelserv-tls or make a bookmark for smile.amazon.com on your home screen (that's what I did).
 
Here you go guys, I've made simple one-liners to update your Pixelserv-tls version to v2.3.1 until Entware dont push the official update.

Simply paste these big one liners in terminal as per your router architecture ( if you're not sure about it run "uname -m" command in terminal.

For AARCH64 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-3.x.aarch64softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.armv8.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

For ARMv7 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.arm.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

In case you are coming from Pixelserv-tls v2.2.1 or below then you'll need to purge your domain certificates by opening Diversion > ep > 3 > 1 > 1

P.s I've only tried this on aarch64 but basic algorithm remains same for both architectures so it should work.
 
Here you go guys, I've made simple one-liners to update your Pixelserv-tls version to v2.3.1 until Entware dont push the official update.

Simply paste these big one liners in terminal as per your router architecture ( if you're not sure about it run "uname -m" command in terminal.

For AARCH64 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-3.x.aarch64softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.armv8.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

For ARMv7 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.arm.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

In case you are coming from Pixelserv-tls v2.2.1 or below then you'll need to purge your domain certificates by opening Diversion > ep > 3 > 1 > 1

P.s I've only tried this on aarch64 but basic algorithm remains same for both architectures so it should work.
I made one small adjustment to only stop Pixelserv, but worked on the AC68U (armv7). I didn't know we could "cheat" and install a new zip package on the fly. ;)
Code:
rtradmin@router:/tmp/home/root# /opt/etc/init.d/S80pixelserv-tls stop && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.arm.ent.performance.dynamic pixelserv-tls && chmod 755 pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && /opt/etc/init.d/S80pixelserv-tls start
 Checking pixelserv-tls (Diversion)...  alive
 Shutting down pixelserv-tls... done
--2020-01-24 13:07:58--  https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip
Resolving github.com... 140.82.114.3
Connecting to github.com|140.82.114.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/43421930/6bbc9180-1df3-11ea-830b-c24526e61ab8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200124T180759Z&X-Amz-Expires=300&X-Amz-Signature=82b9feec705d6a56b4dc40c31f00bf33014ce53ac19cc9dfa3eefe47c8c134c0&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dpixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip&response-content-type=application%2Foctet-stream [following]
--2020-01-24 13:07:59--  https://github-production-release-asset-2e65be.s3.amazonaws.com/43421930/6bbc9180-1df3-11ea-830b-c24526e61ab8?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200124%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200124T180759Z&X-Amz-Expires=300&X-Amz-Signature=82b9feec705d6a56b4dc40c31f00bf33014ce53ac19cc9dfa3eefe47c8c134c0&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dpixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com... 52.216.10.171
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com|52.216.10.171|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 30987 (30K) [application/octet-stream]
Saving to: 'Pixelserv.zip'

Pixelserv.zip                                  100%[====================================================================================================>]  30.26K  --.-KB/s    in 0.003s

2020-01-24 13:07:59 (8.97 MB/s) - 'Pixelserv.zip' saved [30987/30987]

Installing p7zip (16.02-2) to root...
Downloading http://bin.entware.net/armv7sf-k2.6/p7zip_16.02-2_armv7-2.6.ipk
Configuring p7zip.

7-Zip (a) [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,2 CPUs LE)

Scanning the drive for archives:
1 file, 30987 bytes (31 KiB)

Extracting archive: Pixelserv.zip
--
Path = Pixelserv.zip
Type = zip
Physical Size = 30987

Everything is Ok

Size:       56884
Compressed: 30987
Removing package p7zip from root...
 Starting pixelserv-tls (Diversion)... done
 
I made one small adjustment to only stop Pixelserv, but worked on the AC68U (armv7). I didn't know we could "cheat" and install a new zip package on the fly. ;)

Yeah both ways to stop Pixelserv-tls will work, I've just used the Diversion way because it was smaller to write in an already big one-liner lol.
 
Hi all,
Any idea why my Amazon app errors when searching and loading description when diversion is running?

I tried whitelisting amazon.com but it did a rough search and whitelisted 2800 domains.
I removed all of them and restarted diversion.

Any idea what I need to unblock to allow my app to work?

I got my app to work by following dnsmasq.log in Diversion, and whitelisting all the Amazon-related domains that showed up as blocked. Besides the automatically-whitelisted domains in Diversion, here's what I added.

device-metrics-us-2.amazon.com
www.device-metrics-us-2.amazon.com
fls-na.amazon.com
www.fls-na.amazon.com
mads.amazon-adsystem.com
www.mads.amazon-adsystem.com
s.amazon-adsystem.com
www.s.amazon-adsystem.com
 
Here you go guys, I've made simple one-liners to update your Pixelserv-tls version to v2.3.1 until Entware dont push the official update.

Simply paste these big one liners in terminal as per your router architecture ( if you're not sure about it run "uname -m" command in terminal.

For AARCH64 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-3.x.aarch64softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.armv8.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

For ARMv7 routers:

Code:
diversion disable && cd /opt/bin && wget -O Pixelserv.zip https://github.com/kvic-z/pixelserv-tls/releases/download/v2.3.1/pixelserv-tls.2.3.1.Entware-ng.armv7softfloat.zip && opkg install p7zip && 7za e Pixelserv.zip *.dynamic -r && rm pixelserv-tls && mv pixelserv-tls.arm.ent.performance.dynamic pixelserv-tls && chmod +x pixelserv-tls && rm Pixelserv.zip && opkg remove p7zip && cd -- && diversion enable

In case you are coming from Pixelserv-tls v2.2.1 or below then you'll need to purge your domain certificates by opening Diversion > ep > 3 > 1 > 1

P.s I've only tried this on aarch64 but basic algorithm remains same for both architectures so it should work.
You could have just used these ;-)

https://github.com/jackyaz/pixelserv-tls/releases/tag/2.3.1
 

I could yeah because I know you as a respectable coder of this Asuswrt-Merlin world but a new user might not trust a third-party and will prefer the work of the original coder. In any case, the one-liners are just to make it easier for non-technical users and it's up to them if they want to use it or your builds or just wait for Entware update.
 
@Asad Ali, thank you!

Your 'big one-liner' worked flawlessly on my RT-AX88U running the 384.15 Jan 14 Alpha build. :)
 
Alright, I hear you all.
I've just pushed a Diversion update, no version change

What's new
- Option in ep, 6, 3 to update pixelserv-tls to v2.3.1 (@Jack Yaz version) for all router models.

Use u to update.
 
Alright, I hear you all.
I've just pushed a Diversion update, no version change

What's new
- Option in ep, 6, 3 to update pixelserv-tls to v2.3.1 (@Jack Yaz version) for all router models.

Use u to update.
Is there any difference in JackYaz(Generic) /pattern/2.3.1 v.s. the Original /pattern/ 2.3.1 ?
Are the fillers any different?

Has JackYaz included some secret new on-the-fly Features?


**For those with those Same questions please reference Jack-Yaz fork for the details.**
https://github.com/jackyaz/pixelserv-tls/releases

--->>>>For details, please refer to https://github.com/kvic-z/pixelserv-tls/blob/master/ChangeLog & https://kazoo.ga/pixelserv-tls/

So there are no new changes. :p
 
Last edited:

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top