Added DB connection check support. configured as follows:
yaml
prod_db:
depends: corp_sec
proxy:
host: *HOST_CORP_PRIVILEGED_APP
user: *CORP_USER
pass: *CORP_PASS
check:
driver: mysql+pymysql
db: testdb
user: testuser
pass: testpass
host: 10.0.2.1
port: '3306'
forwards:
includes and excludes. items can be ips, subnets, or lists of ip/subnets.
include:
- *HOST_CORP_SECURE_DB