You can easily set up and DNS seed for a MultiChain blockchain. Just point the appropriate domain name to the IP address of a node, then use the domain name inside the node address for first connecting.
For example if the node address is: chain2@12.34.56.78:9090
Then set up a DNS entry and follows: myseed.mydomain.net -> 12.34.56.78
And then new nodes can connect to the chain thus:
multichaind chain2@myseed.mydomain.net:9090 -daemon