#2888: Uncomment domain_mapping in test configs.

This commit is contained in:
Nick Todd
2025-01-16 16:52:49 +00:00
parent dff976b336
commit c82865d630
2 changed files with 6 additions and 6 deletions

View File

@@ -588,9 +588,9 @@ simulation:
default_gateway: 192.168.1.1
services:
- type: DNSServer
# options:
# domain_mapping:
# arcd.com: 192.168.1.12 # web server
options:
domain_mapping:
arcd.com: 192.168.1.12 # web server
- type: server
hostname: web_server

View File

@@ -1380,9 +1380,9 @@ simulation:
default_gateway: 192.168.1.1
services:
- type: DNSServer
# options:
# domain_mapping:
# arcd.com: 192.168.1.12 # web server
options:
domain_mapping:
arcd.com: 192.168.1.12 # web server
- hostname: web_server
type: server