- client: Improve DNS Rewrites
Close #1764 Squashed commit of the following: commit 76af537597b2f3c0860716a45e4e23662cde22c8 Author: ArtemBaskal <a.baskal@adguard.com> Date: Mon Jul 6 10:59:44 2020 +0300 - client: Improve DNS Rewrites
This commit is contained in:
@@ -63,7 +63,14 @@ const Form = (props) => {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ul>{['rewrite_ip_address',
|
||||
'rewrite_domain_name',
|
||||
'rewrite_A',
|
||||
'rewrite_AAAA']
|
||||
.map((str) => <li key={str}>
|
||||
<Trans components={[<code key="0">text</code>]}>{str}</Trans>
|
||||
</li>)
|
||||
}</ul>
|
||||
<div className="modal-footer">
|
||||
<div className="btn-list">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user