mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
Update Heralding to support SOCKS5 Correct Readme Resize tped.sh
This commit is contained in:
@ -15,7 +15,7 @@ services:
|
||||
networks:
|
||||
- glastopf_local
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8081:80"
|
||||
image: "dtagdevsec/glastopf:1903"
|
||||
read_only: true
|
||||
volumes:
|
||||
|
5
docker/heralding/dist/heralding.yml
vendored
5
docker/heralding/dist/heralding.yml
vendored
@ -150,3 +150,8 @@ capabilities:
|
||||
enabled: true
|
||||
port: 5900
|
||||
timeout: 30
|
||||
|
||||
socks5:
|
||||
enabled: true
|
||||
port: 1080
|
||||
timeout: 30
|
||||
|
@ -25,6 +25,7 @@ services:
|
||||
- "443:443"
|
||||
- "993:993"
|
||||
- "995:995"
|
||||
- "1080:1080"
|
||||
- "5432:5432"
|
||||
- "5900:5900"
|
||||
image: "dtagdevsec/heralding:1903"
|
||||
|
Reference in New Issue
Block a user