Hello all ,
I want to register my hosts with auto registeration And I want to use IP adresses as hostname for viewing in frontend .
How can I solve this problem?
Thanks
I want to register my hosts with auto registeration And I want to use IP adresses as hostname for viewing in frontend .
How can I solve this problem?
Thanks
?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1')
Comment