mirror of https://github.com/cowrie/cowrie.git
disable redirect examples by defualt
This commit is contained in:
parent
258168be86
commit
7c0ab33490
|
@ -261,14 +261,14 @@ forward_redirect = false
|
|||
# forward_redirect_<portnumber> = <redirect ip>:<redirect port>
|
||||
|
||||
# Redirect http/https
|
||||
forward_redirect_80 = 127.0.0.1:8000
|
||||
forward_redirect_443 = 127.0.0.1:8443
|
||||
# forward_redirect_80 = 127.0.0.1:8000
|
||||
# forward_redirect_443 = 127.0.0.1:8443
|
||||
|
||||
# To record SMTP traffic, install an SMTP honeypoint.
|
||||
# (e.g https://github.com/awhitehatter/mailoney), run
|
||||
# python mailoney.py -s yahoo.com -t schizo_open_relay -p 12525
|
||||
forward_redirect_25 = 127.0.0.1:12525
|
||||
forward_redirect_587 = 127.0.0.1:12525
|
||||
# forward_redirect_25 = 127.0.0.1:12525
|
||||
# forward_redirect_587 = 127.0.0.1:12525
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue