oetiker / mrtg

MRTG - Multi Router Traffic Grapher
http://www.mrtg.org
250 stars 62 forks source link

Bind mrtg to 127.0.0.1 for security reasons #91

Open devosalain opened 2 years ago

devosalain commented 2 years ago

mrtg opens a udp port on all interfaces, this is security concern: service mrtg_daemon onestart sockstat -46L | grep mrtg mrtg perl 634 4 udp4 :36768 :*

Is it possible to bind mrtg to 127.0.0.1 , for security reasons ?