From 30aa60905a6653f46a5cfc7f8e6d0ba251d74abe 2017-07-27 13:19:46 From: GĂ©rard Vidal Date: 2017-07-27 13:19:46 Subject: [PATCH] Merge pull request #5 from g-vidal/rpifegen anonymisation of IP to let user choose its own value --- diff --git a/templates/raspife3W-stretch b/templates/raspife3W-stretch index 41247bf..c0e3f70 100644 --- a/templates/raspife3W-stretch +++ b/templates/raspife3W-stretch @@ -28,9 +28,9 @@ XKB_VARIANT="latin9" XKB_OPTIONS="" #------------------------ ENABLE_DHCP=false -NET_ADDRESS="192.168.221.41/24" -NET_GATEWAY="192.168.221.1" -NET_DNS_1="192.168.221.1" +NET_ADDRESS="192.168.***.***/24" +NET_GATEWAY="192.168.***.1" +NET_DNS_1="192.168.***.1" NET_DNS_2="8.8.8.8" #------------------------ ENABLE_CONSOLE=false