github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/docs/_providers/internetbs.md (about) 1 --- 2 name: Internet.bs 3 title: Internet.bs Provider 4 layout: default 5 jsId: INTERNETBS 6 --- 7 # Internet.bs Provider 8 9 DNSControl's Internet.bs provider supports being a Registrar. Support for being a DNS Provider is not included, but could be added in the future. 10 11 ## Configuration 12 In your credentials file, you must provide your API key and account password 13 14 {% highlight json %} 15 { 16 "internetbs": { 17 "api-key": "your-api-key", 18 "password": "account-password" 19 } 20 } 21 {% endhighlight %} 22 23 ## Metadata 24 This provider does not recognize any special metadata fields unique to Internet.bs. 25 26 ## Usage 27 Example Javascript: 28 29 {% highlight js %} 30 var REG_INTERNETBS = NewRegistrar('internetbs', 'INTERNETBS'); 31 32 D("example.com", REG_INTERNETBS, 33 NNAMESERVER("ns1.example.com."), 34 NNAMESERVER("ns2.example.com."), 35 ); 36 {% endhighlight %} 37 38 ## Activation 39 40 Pay attention, you need to define white list of IP for API. But you always can change it on `My Profile > Reseller Settings`