峯言凬语 O ever youthful O ever weeping~
本无意与众不同,怎奈何口味太重。
首页
平水韵
颜色表
ABOUT
文章分类
友情链接

Hacking.jpg

拉取镜像并运行:

docker run --restart=always --name speedtest -d -p 10000:8080 nonnichen/speedtest

浏览器访问:

http://IP:10000

TCP端口测试:

telnet ip port

UDP端口测试:

nc -vuz ip  port
2021-08-06 |Nonni | Material

054.jpg
拉取镜像运行并配置数据库:

docker run --name idstore --restart=always -itd -p 8095:8000 -e "DB_TYPE=Mysql" -e "DB_HOST=192.168.0.66" -e "DB_PORT=3306" -e "DB_USER=idstore" -e "DB_PASSWORD=xxxxxxx" -e "DB_DATABASE=idstore" -v /mnt/app/idstore:/usr/src/app/public nonnichen/idstore:latest
2021-08-06 |Nonni | Digi

* Pull DOCKER:
Lucy.jpg

docker pull nonnichen/nonnixunlei
docker run -d --name Thunder --restart=always -v /mnt/download:/data -p 8899:80 nonnichen/nonnixunlei:latest

* Get Thunder ACTIVE CODE:

docker logs Thunder

* Go to website to active remote Thunder:

http://yuancheng.xunlei.com

* Visit on Web browse:

http://Server IP:8899
2021-08-06 |Nonni | Net

tmp_img_1594995756512.jpeg
拉取安装镜像:

docker run --name nonniss --restart=always -e PASSWORD=xxxxxxxx -e METHOD=chacha20 -p 55555:8388 -p 55555:8388/udp -d nonnichen/nonniss

可选加密方法:
The default cipher is chacha20-ietf-poly1305.
All encrypt method:
rc4-md5
aes-128-gcm
aes-192-gcm
aes-256-gcm
aes-128-cfb
aes-192-cfb
aes-256-cfb
aes-128-ctr
aes-192-ctr
aes-256-ctr
camellia-128-cfb
camellia-192-cfb
camellia-256-cfb
bf-cfb
chacha20-ietf-poly1305
xchacha20-ietf-poly1305
salsa20
chacha20
chacha20-ietf

2021-08-06 |Nonni | Net

1-160H0124939.jpg
安装镜像并运行:

docker run --name=iperf3 -d --restart=unless-stopped -p 5201:5201/tcp -p 5201:5201/udp nonnichen/iperf3

Test on Windows:
Go to https://iperf.fr download iPerf3, then run test in CMD:

iperf3.exe -c IP -t 10

Test on Openwrt:

opkg install iperf3
iperf3 -c 207.148.69.145 -t 30