We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At first, thank you very much for this awesome library! I've a feature request and I think this can be useful :-)
I'm using the url() function, but what I'm missing is a "subdomain" feature. So for example:
url()
chance.url({ subdomain: 'mydomain.tld' })
Generates urls like mibfu.mydomain.tld, socialradar.mydomain.tld or tainvoz.mydomain.tld. Would it be possible to provide something like that as well?
mibfu.mydomain.tld
socialradar.mydomain.tld
tainvoz.mydomain.tld
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At first, thank you very much for this awesome library! I've a feature request and I think this can be useful :-)
I'm using the
url()
function, but what I'm missing is a "subdomain" feature. So for example:Generates urls like
mibfu.mydomain.tld
,socialradar.mydomain.tld
ortainvoz.mydomain.tld
.Would it be possible to provide something like that as well?
The text was updated successfully, but these errors were encountered: