File: 03a_multiple_ipv4_dns_1.sh

package info (click to toggle)
openvpn-systemd-resolved 1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: sh: 687; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
script_type="up"
dev="tun03"
foreign_option_1="dhcp-option DNS 1.23.4.56"
foreign_option_2="dhcp-option DNS 5.6.7.89"

TEST_TITLE="Multiple IPv4 DNS Servers (Part 1)"
TEST_BUSCTL_CALLED=1
TEST_BUSCTL_DNS="2 2 4 1 23 4 56 2 4 5 6 7 89"