1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

add initial URL support to namecheap provider (#237)

* add initial URL support to namecheap provider

* add URL / FRAME records to namecheap provider
This commit is contained in:
rbelnap
2017-10-23 12:54:31 -04:00
committed by Craig Peterson
parent c1c9dabf43
commit eafc18a77e
4 changed files with 75 additions and 67 deletions

View File

@@ -529,3 +529,7 @@ var CF_TEMP_REDIRECT = recordBuilder('CF_TEMP_REDIRECT', {
record.target = args.source + ',' + args.destination;
},
});
var URL = recordBuilder('URL')
var URL301 = recordBuilder('URL301')
var FRAME = recordBuilder('FRAME')