There was an error while loading. Please reload this page.
After the assistance and testing of many colleagues, it can run smoothly in OpenWrt and LEDE. The tutorial is now described as follows.
2018.3.14
First you need a public IP. If there is no public IP, then smooth operation cannot be guaranteed. IPv6 is recommended.
Install the necessary plugins Run via SSH:
opkg update opkg install python-pyopenssl
Download XX-Net.
Put XX-Net in a certain position (below /XX-Net)
Modify the XX-Net folder attribute to 777.
Add the following command before "exit 0" in "System-Startup Items-Local Startup Script":
nohup /XX-Net/start >/dev/null 2>&1 &
Then opkg install coreutils-nohup, XX-net will start together with OpenWrt/LEDE in the future.
modules: { launcher: { allow_remote_connect: 1 }
Reboot.
Open in your browser:
http://[Router IP]:8085
/XX-Net/start
The certificate can be downloaded from the following address:
http://[Router IP]:8085/module/gae_proxy/control/download_cert
Please see here for installation.