Update Heralding to support SOCKS5
Correct Readme
Resize tped.sh
This commit is contained in:
t3chn0m4g3
2019-03-27 13:39:23 +00:00
parent 20711cb633
commit c0d0e016e6
9 changed files with 13 additions and 3 deletions

View File

@ -150,3 +150,8 @@ capabilities:
enabled: true
port: 5900
timeout: 30
socks5:
enabled: true
port: 1080
timeout: 30

View File

@ -25,6 +25,7 @@ services:
- "443:443"
- "993:993"
- "995:995"
- "1080:1080"
- "5432:5432"
- "5900:5900"
image: "dtagdevsec/heralding:1903"