Current time: 04-19-2024, 12:13 PM Hello There, Guest! (LoginRegister)


Post Reply 
Manual lines in DNS zone file
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #41
RE: Manual lines in DNS zone file
sci2tech Wrote:I did not included in RC7 because things can be easy broken by clients that do not know what DNS is Wink

If this is the real reason I suggest adding a configuration option (allow manual dns setup) disabled by default. Otherwise this patch will surely break sooner or later and may cause upgrade problems to people that use it, etc.

I can implement it if you agree with my suggestion sci2tech, just give me an "ok, do it!" Wink
12-24-2008 07:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #42
RE: Manual lines in DNS zone file
Blondak already added this functionality Smile . Still I think this should not be used until it will be "fool proof" (no offence to anybody). Please test it and feel free to add improvements. If more people will test it and offer feedback, this can be merged into trunk.
12-25-2008 04:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Mister_K Offline
Newbie
*

Posts: 8
Joined: Jan 2009
Reputation: 0
Post: #43
RE: Manual lines in DNS zone file
for install in rc7 its possible ? i want plz Smile
01-07-2009 08:17 AM
Find all posts by this user Quote this message in a reply
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #44
RE: Manual lines in DNS zone file
Use the patch http://www.isp-control.net/forum/attachment.php?aid=548
01-08-2009 01:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
itanium Offline
Junior Member
*

Posts: 35
Joined: Apr 2007
Reputation: 0
Post: #45
RE: Manual lines in DNS zone file
Or this in the root of directory where is gui, engine, docs etc...

patch -p1< patch_dns.txt

Ps: tested in RC7 last svn and no problem.


Attached File(s)
.txt  patch_dns.txt (Size: 129.18 KB / Downloads: 21)
01-08-2009 02:00 AM
Find all posts by this user Quote this message in a reply
TXC Offline
Junior Member
*

Posts: 43
Joined: Jun 2008
Reputation: 1
Post: #46
RE: Manual lines in DNS zone file
possibility to change MX records would be great.
01-08-2009 03:51 AM
Find all posts by this user Quote this message in a reply
Mister_K Offline
Newbie
*

Posts: 8
Joined: Jan 2009
Reputation: 0
Post: #47
RE: Manual lines in DNS zone file
sorry im french but :

Installation :
1-
Code:
CREATE TABLE IF NOT EXISTS `domain_dns` (
`domain_dns_id` int(11) NOT NULL auto_increment,
`domain_id` int(11) NOT NULL,
`alias_id` int(11) default NULL,
`domain_dns` varchar(50) NOT NULL,
`domain_class` enum('IN','CH','HS') NOT NULL default 'IN',
`domain_type` enum('A','AAAA','CERT','CNAME','DNAME','GPOS','KEY','KX','MX','NAPTR','NSAP','NS​ ','NXT','PTR','PX','SIG','SRV','TXT') NOT NULL default 'A',
`domain_text` varchar(128) NOT NULL,
PRIMARY KEY (`domain_dns_id`)
);

2- Command for use ?
http://www.isp-control.net/forum/attachment.php?aid=529


3- Patch rc7
Command for use ?
http://www.isp-control.net/forum/attachment.php?aid=548

Plz Sad
01-08-2009 05:59 AM
Find all posts by this user Quote this message in a reply
TXC Offline
Junior Member
*

Posts: 43
Joined: Jun 2008
Reputation: 1
Post: #48
RE: Manual lines in DNS zone file
2 & 3:

patch -p1< [FILENAME]


(replace [FILENAME] with filename of file you downloaded)
01-08-2009 06:27 AM
Find all posts by this user Quote this message in a reply
Mister_K Offline
Newbie
*

Posts: 8
Joined: Jan 2009
Reputation: 0
Post: #49
RE: Manual lines in DNS zone file
thx Smile i try saturday thx
01-08-2009 09:16 AM
Find all posts by this user Quote this message in a reply
Blondak Offline
Junior Member
*****
Dev Team

Posts: 84
Joined: May 2008
Reputation: 5
Post: #50
RE: Manual lines in DNS zone file
(01-08-2009 03:51 AM)TXC Wrote:  possibility to change MX records would be great.

This is possible, and can be easily done, but I don't know if is it good idea, maybe I can do per user allowed record types, but there are some thinks to discuss. I think that at first we must make this "fool proof", as sci2tech wrote, that's reason why i expect some feedback, but I can add "Per User Allowed Record Types" to wishlist Wink (i think i would be easy done, but it require update DB structure, so i'll wait).

With regards Blondak

edit: I create patch against latest patch with MX support (edit_dns.php $DNS_allowed_types)


Attached File(s)
.txt  basic-dns-support-MX.patch.txt (Size: 7.01 KB / Downloads: 62)
(This post was last modified: 01-08-2009 06:50 PM by Blondak.)
01-08-2009 06:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)