Skip to content

net-omnip.plugin.bash¤

omnip install configurations.

group:postnet | runtype:minmon | deps: - | port: LO:1080

Usage
net-omnip help|install|uninstall|download|disable|configgen|configapply|check|run
$ net-omnip install - install omnip proxy
$ net-omnip uninstall - uninstall omnip
$ net-omnip download - download omnip package files to pkg dir
$ net-omnip disable - disable omnip plugin
$ net-omnip configgen - generate omnip configuration files
$ net-omnip configapply - apply omnip configuration files
$ net-omnip check - check omnip plugin status
$ net-omnip run - run omnip service
$ net-omnip help - show this help message
Description

Omnip is a lightweight proxy tool that supports various protocols for secure network communication.

Jangbi Configs¤

/opt/jangbi/.config
RUN_NET_OMNIP=1 # enable omnip proxy
OMNIP_PORTS="LO:1080" # ports to listen, LO - localhost, 1080 - SOCKS port

Check if running¤

bash command
$ ss -nltup|grep omnip
tcp   LISTEN 0      128        127.0.0.1:1080       0.0.0.0:*    users:(("omnip",pid=12345,fd=3))
$ pidof omnip
12345

Current Configuration¤

Current configuration is stored in /etc/omnip/. it is generated by net-omnip configgen command on install. You can edit it manually and not run install or configapply commands to keep current configurations.

/etc/omnip/config.json