summaryrefslogtreecommitdiff
path: root/keama/tests/charcasedx4.in4
blob: 00c3ccb40e8f703e5ede860fa7d0447ce74e6ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# lcase/ucase data expression

# authoritative is mandatory
authoritative;

# empty configs are not accepted by Kea
default-lease-time 1800;

# reduce literals
class "literal" {
    match if option host-name = concat(ucase("www."), "example.", lcase("COM"));
}