We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
How to find list sites with ip
How to find list sites with ip
HI!For find sites wiyhout ip i use command : v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}' | bash | awk '{ print $1}'
I need format: site ip
Please help
I need format: site ip
Please help
Re: How to find list sites with ip
You can do it like this
Code: Select all
v-list-users | tail -n +3 | awk '{print "v-list-web-domains "$1" | tail -n +3"}' | bash | awk '{ print $1 " " $2}'
Re: How to find list sites with ip
Sound good my birds, we very well stuff