chore: change scoped DNS option to global
This commit is contained in:
parent
b32990d180
commit
87bd41e4ef
@ -36,9 +36,9 @@ $IPType = "IPv4"
|
|||||||
|
|
||||||
netsh interface ip set address name="Bou-LAN" static 192.168.128.254 255.255.255.0
|
netsh interface ip set address name="Bou-LAN" static 192.168.128.254 255.255.255.0
|
||||||
|
|
||||||
#WAN
|
#WAN
|
||||||
|
|
||||||
netsh interface ip set address name="WAN" static 192.168.255.128 255.255.255.0 192.168.255.254
|
netsh interface ip set address name="WAN" static 192.168.255.128 255.255.255.0 192.168.255.254
|
||||||
|
|
||||||
# END
|
# END
|
||||||
|
|
||||||
|
@ -116,11 +116,11 @@ route add -p 0.0.0.0/0 192.168.8.254
|
|||||||
|
|
||||||
echo "Adding DHCP server options"
|
echo "Adding DHCP server options"
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.128.0 -Router 192.168.128.254
|
Set-DhcpServerv4OptionValue -ScopeId 192.168.128.0 -Router 192.168.128.254
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.128.0 -DnsServer 9.9.9.9
|
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.12.0 -Router 192.168.12.254
|
Set-DhcpServerv4OptionValue -ScopeId 192.168.12.0 -Router 192.168.12.254
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.12.0 -DnsServer 9.9.9.9
|
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -Router 192.168.8.254
|
Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -Router 192.168.8.254
|
||||||
Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -DnsServer 9.9.9.9
|
#Set-DhcpServerv4OptionValue -ScopeId 192.168.8.0 -DnsServer 9.9.9.9
|
||||||
|
|
||||||
|
Get-DhcpServerv4Scope | Set-DhcpServerv4OptionValue -DnsServer 9.9.9.9
|
||||||
|
|
||||||
Read-Host "Finished?"
|
Read-Host "Finished?"
|
||||||
Restart-Computer
|
Restart-Computer
|
||||||
|
Loading…
Reference in New Issue
Block a user