File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/virtual-machines/linux Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Some Linux distributions do not include caching by default. We recommend that yo
64
64
65
65
Several different DNS caching packages, such as dnsmasq, are available. Here are the steps to install dnsmasq on the most common distributions:
66
66
67
- # [ Ubuntu] ( #ubuntu )
67
+ # [ Ubuntu] ( #tab/ ubuntu )
68
68
69
69
1 . Install the dnsmasq package:
70
70
@@ -84,7 +84,7 @@ sudo systemctl enable dnsmasq.service
84
84
sudo systemctl start dnsmasq.service
85
85
```
86
86
87
- # [ SUSE] ( #sles )
87
+ # [ SUSE] ( #tab/ sles )
88
88
89
89
1 . Install the dnsmasq package:
90
90
@@ -111,7 +111,7 @@ sudo systemctl start dnsmasq.service
111
111
sudo netconfig update
112
112
```
113
113
114
- # [ CentOS/RHEL] ( #rhel )
114
+ # [ CentOS/RHEL] ( #tab/ rhel )
115
115
116
116
1 . Install the dnsmasq package:
117
117
You can’t perform that action at this time.
0 commit comments