diff --git a/README.md b/README.md index 2d71bfa..4154570 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,13 @@ ou curl --interface 127.0.0.1 "http:/webmail.stage-ge.org?task=login?&_user=stagiaire1&_pass=password" +## Config VM + +![See vm-net-settings.png](./vm-net-settings.png?raw=true "VM Network Setting") +## Host + +![See net-set-man.png](./net-set-man.png?raw=true "NetSetMan") + ## Changelog #### V2.2 - 2025-01-19 ##### added diff --git a/net-set-man.png b/net-set-man.png new file mode 100755 index 0000000..c4f420e Binary files /dev/null and b/net-set-man.png differ diff --git a/templates/named/named.conf.j2 b/templates/named/named.conf.j2 index 24334e3..bf989ee 100644 --- a/templates/named/named.conf.j2 +++ b/templates/named/named.conf.j2 @@ -18,7 +18,7 @@ options { dnssec-validation no; listen-on { 127.0.0.1; - 10.20.8.7; + {{ new_ip }}; }; diff --git a/vm-net-settings.png b/vm-net-settings.png new file mode 100755 index 0000000..c38945d Binary files /dev/null and b/vm-net-settings.png differ