`.example.me` can represent all subdomains, such as `abc.example.me` . Just like this: ```toml [protocols."tls_2"] protocol = "tls" target = ["192.168.122.5:443"] load_balance = "source_ip" server_names = ["example.com", "example.org", ".example.me"] ```