~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to proxy/mgmt2/html2/configure/c_dns_resolver.ink

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-------------------------------------------------------------------------
 
2
  Licensed to the Apache Software Foundation (ASF) under one
 
3
  or more contributor license agreements.  See the NOTICE file
 
4
  distributed with this work for additional information
 
5
  regarding copyright ownership.  The ASF licenses this file
 
6
  to you under the Apache License, Version 2.0 (the
 
7
  "License"); you may not use this file except in compliance
 
8
  with the License.  You may obtain a copy of the License at
 
9
 
 
10
      http://www.apache.org/licenses/LICENSE-2.0
 
11
 
 
12
  Unless required by applicable law or agreed to in writing, software
 
13
  distributed under the License is distributed on an "AS IS" BASIS,
 
14
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
15
  See the License for the specific language governing permissions and
 
16
  limitations under the License.
 
17
 
 
18
  c_dns_resolver.ink
 
19
  ------------------------------------------------------------------------->
 
20
 
 
21
<@include /include/header.ink>
 
22
<@include /configure/c_header.ink>
 
23
 
 
24
<form method=POST action="/submit_update.cgi?<@link_query>">
 
25
<input type=hidden name=record_version value=<@record_version>>
 
26
<input type=hidden name=submit_from_page value=<@link_file>>
 
27
 
 
28
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
29
  <tr class="tertiaryColor"> 
 
30
    <td class="greyLinks"> 
 
31
      <p>&nbsp;&nbsp;DNS Resolver Configurations</p>
 
32
    </td>
 
33
  </tr>
 
34
</table>
 
35
 
 
36
<@include /configure/c_buttons.ink>
 
37
 
 
38
<@submit_error_msg>
 
39
 
 
40
<table width="100%" border="0" cellspacing="0" cellpadding="10"> 
 
41
  <tr> 
 
42
    <td height="2" colspan="2" class="configureLabel"><@submit_error_flg proxy.config.dns.search_default_domains>Local Domain Expansion</td>
 
43
  </tr>
 
44
  <tr> 
 
45
    <td nowrap class="bodyText">
 
46
      <input type="radio" name="proxy.config.dns.search_default_domains" value="1" <@checked proxy.config.dns.search_default_domains\1>>
 
47
        Enabled <br>
 
48
      <input type="radio" name="proxy.config.dns.search_default_domains" value="0" <@checked proxy.config.dns.search_default_domains\0>>
 
49
        Disabled
 
50
    </td>
 
51
    <td class="configureHelp" valign="top" align="left"> 
 
52
      <ul>
 
53
        <li>Enables/Disables local domain expansion so that 
 
54
            <@record proxy.config.product_name> can attempt to resolve
 
55
            unqualified hostnames by expanding to the local domain.
 
56
      </ul>
 
57
    </td>
 
58
  </tr>
 
59
</table>
 
60
 
 
61
<@include /configure/c_buttons.ink>
 
62
<@include /configure/c_footer.ink>
 
63
 
 
64
</form>
 
65
 
 
66
<@include /include/footer.ink>