Changes

From SME Server
Jump to navigationJump to search
Line 38: Line 38:  
I also looked at how to include [[bugzilla:1612]] within the Note box text field so the text would still display, but I could not find any formatting rules or alternative. I did see that doing [[[[bugzilla:1612]]]] allowed the bugzilla link to display, but then the extra sets of brackets [[  ]] also displayed as plain text. I'd add that it is good practise to always verify/check any changes or corrections made, by clicking the Show preview button first, before committing those changes.
 
I also looked at how to include [[bugzilla:1612]] within the Note box text field so the text would still display, but I could not find any formatting rules or alternative. I did see that doing [[[[bugzilla:1612]]]] allowed the bugzilla link to display, but then the extra sets of brackets [[  ]] also displayed as plain text. I'd add that it is good practise to always verify/check any changes or corrections made, by clicking the Show preview button first, before committing those changes.
 
--[[User:RayMitchell|RayMitchell]] 10:06, 22 January 2010
 
--[[User:RayMitchell|RayMitchell]] 10:06, 22 January 2010
 +
 +
Proposed wiki additions: [[bugzilla:6848]]
 +
- Create a new section under http://wiki.contribs.org/SME_Server:Documentation:FAQ#Domains
 +
 +
====DNS Forwarding====
 +
 +
The dnscache service can be configured to forward all queries for a specific domain to an alternate server, or to block DNS for a domain by configuring forwarding to 'localhost', without affecting any other services or configuration files.
 +
 +
This is done using the "domain-remote" record type in the domains db:
 +
 +
To forward all DNS for <domainname> to the specified remote DNS server:
 +
db domains set <domainname> domain-remote 4.2.2.1
 +
 +
To block lookups for <domainname>:
 +
db domains set <domainname> domain-remote localhost

Navigation menu