Skip to content

Commit 92350d6

Browse files
fix no dns problem
1 parent bcc2ef0 commit 92350d6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
terraform
2727
terraform-ls
2828
go-task
29+
ssm-session-manager-plugin
2930
];
3031
};
3132
}

terraform/lab-relay.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ resource "aws_instance" "lab_relay" {
7676
route 192.168.1.0 255.255.255.0
7777
push "route 192.168.88.0 255.255.255.0"
7878
push "route 192.168.1.0 255.255.255.0"
79+
push "dhcp-option DNS 1.1.1.1"
7980
keepalive 10 120
8081
persist-key
8182
persist-tun

0 commit comments

Comments
 (0)