netsupcloud

Results 45 comments of netsupcloud
trafficstars

# docker exec -it trojan-panel-core '/bin/sh' # top PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND 52 1 root S 722m 1% 8 1% bin/xray/xray -c bin/xray/config/config-57331-trojan.json 20 1...

docker events 2023-12-19T17:04:01.956608301+03:30 network disconnect d5ea3e4c6e6a2bf347ddf97c90cab3d185f885e40cd9f5c96579e9f0f695a2ad (container=3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22, name=host, type=host) 2023-12-19T17:04:02.003368597+03:30 container die 3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22 (execDuration=780, exitCode=2, image=jonssonyan/trojan-panel-core, maintainer=jonsosnyan , name=trojan-panel-core) 2023-12-19T17:04:02.028091085+03:30 network connect d5ea3e4c6e6a2bf347ddf97c90cab3d185f885e40cd9f5c96579e9f0f695a2ad (container=3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22, name=host, type=host) 2023-12-19T17:04:02.188813629+03:30 container start 3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22...

~# docker events 2023-12-20T12:04:25.491491359+03:30 network disconnect d5ea3e4c6e6a2bf347ddf97c90cab3d185f885e40cd9f5c96579e9f0f695a2ad (container=3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22, name=host, type=host) 2023-12-20T12:04:25.539606084+03:30 container die 3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22 (execDuration=1380, exitCode=2, image=jonssonyan/trojan-panel-core, maintainer=jonsosnyan , name=trojan-panel-core) 2023-12-20T12:04:25.589359950+03:30 network connect d5ea3e4c6e6a2bf347ddf97c90cab3d185f885e40cd9f5c96579e9f0f695a2ad (container=3e2d85a65c5b038c1ac263d08d8d1bb34e9772dbd505c3647b6cddd4a039fa22, name=host, type=host) 2023-12-20T12:04:25.753529704+03:30 container start...

check execDurations

there is not anyway to get a dump from crash of container ? for debug ? because fault detection of script doesnt show anything

exitCode=2 https://tldp.org/LDP/abs/html/exitcodes.html meaning: Misuse of shell builtins (according to Bash documentation) example: empty_function() {} [Missing keyword](https://tldp.org/LDP/abs/html/debugging.html#MISSINGKEYWORD) or command, or permission problem (and [diff return code on a failed binary file...

Freedom Protocol Strategy - AsIs - UseIP - UseIPv4 - UseIPv6 : in outbounds: ``` { "tag": "IPv4", "protocol": "freedom", "settings": { "domainStrategy": "UseIPv4" } } ``` and in routing...

making your region ip or domains direct: ``` { "type": "field", "outboundTag": "direct", "domain": [ "regexp:.*\\.ir$", "regexp:.*\\.xn--mgba3a4f16a$", "ext:geosite_IR.dat:ir" ] }, { "type": "field", "outboundTag": "direct", "ip": [ "ext:geoip_IR.dat:ir" ] }...

block ads malware crypto and speedtest: ``` { "type": "field", "outboundTag": "blocked", "domain": [ "geosite:category-ads-all", "ext:geosite_IR.dat:category-ads-all", "ext:geosite_IR.dat:malware", "ext:geosite_IR.dat:phishing", "ext:geosite_IR.dat:cryptominers", "geosite:speedtest" ] } ```

for filtering adult content and malware and family safety: ``` "dns": { "servers": [ "1.1.1.3", "1.0.0.3", "2606:4700:4700::1113", "2606:4700:4700::1003" ], "queryStrategy": "UseIP" } ```