Sign inSign up

cryingsun/ipquality

By cryingsun

•Updated about 1 year ago

IP Quality Check

Image
0

1.0K

cryingsun/ipquality repository overview

IP Quality Check Script

source repository: https://github.com/xykt/IPQuality⁠

Startup

docker run -it --rm \
    --network host \
    -v [report_dir]:/report #optional \
    cryingsun/ipquality:latest \
    #optional parameters


Optional Parameters

# English version of dual-stack test (Either):
    -E
    -l en

# IPv4 only test:
    -4

# IPv6 only test:
    -6

# Specify network interface:
    -i eth0

# Specify proxy server:
    -x http://username:password@proxyserver:port
    -x https://username:password@proxyserver:port
    -x socks5://username:password@socksproxy:port

# Skip checking OS and dependencies:
    -n

# Auto-install dependencies:
    -y

# Show full IP on report:
    -f

# JSON mode:
    -j

# Output report to file in ANSI/JSON/Text format:
    -o /path/to/file.ansi
    -o /path/to/file.json
    -o /path/to/file.txtoranyother

# Basic information multi-language support:
    -l jp|es|de|fr|ru|pt    

Tag summary

Content type

Image

Digest

sha256:fa0ce7b07…

Size

11.4 MB

Last updated

about 1 year ago

docker pull cryingsun/ipquality