d7e127a69fad9b1e57870a7183d147365bac7f51
Services-DNS-Configuration.md
| ... | ... | @@ -99,26 +99,26 @@ forward-zone: |
| 99 | 99 | ## JunOS (SRX 12.1X46) |
| 100 | 100 | ``` |
| 101 | 101 | system { |
| 102 | - services { |
|
| 103 | - dns { |
|
| 104 | - dns-proxy { |
|
| 105 | - default-domain dn42 { |
|
| 106 | - forwarders { |
|
| 107 | - 172.22.0.53; |
|
| 108 | - } |
|
| 109 | - } |
|
| 110 | - default-domain 22.172.in-addr.arpa { |
|
| 111 | - forwarders { |
|
| 112 | - 172.22.0.53; |
|
| 113 | - } |
|
| 114 | - } |
|
| 115 | - default-domain 23.172.in-addr.arpa { |
|
| 116 | - forwarders { |
|
| 117 | - 172.22.0.53; |
|
| 118 | - } |
|
| 119 | - } |
|
| 120 | - } |
|
| 121 | - } |
|
| 122 | - } |
|
| 102 | + services { |
|
| 103 | + dns { |
|
| 104 | + dns-proxy { |
|
| 105 | + default-domain dn42 { |
|
| 106 | + forwarders { |
|
| 107 | + 172.22.0.53; |
|
| 108 | + } |
|
| 109 | + } |
|
| 110 | + default-domain 22.172.in-addr.arpa { |
|
| 111 | + forwarders { |
|
| 112 | + 172.22.0.53; |
|
| 113 | + } |
|
| 114 | + } |
|
| 115 | + default-domain 23.172.in-addr.arpa { |
|
| 116 | + forwarders { |
|
| 117 | + 172.22.0.53; |
|
| 118 | + } |
|
| 119 | + } |
|
| 120 | + } |
|
| 121 | + } |
|
| 122 | + } |
|
| 123 | 123 | } |
| 124 | 124 | ``` |
| ... | ... | \ No newline at end of file |