initial commit of a *whole bunch* of old Egressive shell scripts, used to make many people redundant.
This commit is contained in:
commit
43e0f5b59e
329 changed files with 31937 additions and 0 deletions
21
egdomainadd/zonetemplate
Normal file
21
egdomainadd/zonetemplate
Normal file
|
@ -0,0 +1,21 @@
|
|||
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
|
||||
$TTL 86400
|
||||
@ IN SOA ns3.egressive.com. support.egressive.com. (
|
||||
DDDDDD ; serial
|
||||
28800 ; refresh, seconds
|
||||
7200 ; retry, seconds
|
||||
604800 ; expire, seconds
|
||||
86400 ) ; minimum, seconds
|
||||
;
|
||||
NS ns1.egressive.com. ; Inet Address of name server 1
|
||||
NS ns2.egressive.com. ; Inet Address of name server 2
|
||||
NS ns3.egressive.com. ; Inet Address of name server 3
|
||||
;
|
||||
MX 5 mail3.egressive.com.
|
||||
;
|
||||
XXXXXX. IN A 202.6.116.2 ; smithers2
|
||||
;mail IN A 202.6.116.2 ; smithers2
|
||||
;smtp CNAME mail
|
||||
;www CNAME XXXXXX.
|
||||
;
|
||||
*.XXXXXX. CNAME XXXXXX.
|
Loading…
Add table
Add a link
Reference in a new issue