hello guys
good time
I found this code on internet (for detect and mangle specific site)
/ip firewall mangle
add action=mark-routing chain=prerouting comment=Youtube dst-address-list=YouTube new-routing-mark=VPN passthrough=no
add action=mark-routing chain=prerouting comment=Facebook dst-address-list=FaceBook new-routing-mark=VPN passthrough=no
add action=add-dst-to-address-list address-list=YouTube address-list-timeout=1d chain=forward comment=Youtube dst-port=443 protocol=tcp tls-host=*youtube*
add action=add-dst-to-address-list address-list=YouTube address-list-timeout=1d chain=forward comment=Youtube dst-port=443 protocol=tcp tls-host=*ytimg*
add action=add-dst-to-address-list address-list=YouTube address-list-timeout=1d chain=forward comment=Youtube dst-port=443 protocol=tcp tls-host=*googlevideo*
add action=add-dst-to-address-list address-list=YouTube address-list-timeout=1d chain=forward comment=Youtube dst-port=443 protocol=tcp tls-host=*ggpht*
add action=add-dst-to-address-list address-list=FaceBook address-list-timeout=1d chain=forward comment=Facebook dst-port=443 protocol=tcp tls-host=*facebook*
add action=add-dst-to-address-list address-list=FaceBook address-list-timeout=1d chain=forward comment=Facebook dst-port=443 protocol=tcp tls-host=*fbcdn*
I have a question, I want to detect traffic www.cisco.com and www.msn.com, how find TLS-Host for that site ?
I should check SSL Site ? or?
where does I can see tls-host ?
can you help me ?