Add more static host mappings
All checks were successful
ShellCheck / shellcheck (push) Successful in 17s
All checks were successful
ShellCheck / shellcheck (push) Successful in 17s
This commit is contained in:
parent
71fe0c569c
commit
25327c4029
1 changed files with 4 additions and 0 deletions
|
@ -2,10 +2,14 @@
|
|||
# shellcheck disable=SC2121
|
||||
set system name-server 9.9.9.9
|
||||
set system static-host-mapping host-name pve.strypsteen.com inet 192.168.253.2
|
||||
set system static-host-mapping host-name home.strypsteen.com alias cloud.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias code.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias element.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias git.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias llm.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias matrix.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias network.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias office.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias remote-desktop.strypsteen.com
|
||||
set system static-host-mapping host-name home.strypsteen.com alias vault.strypsteen.com
|
||||
set system sysctl parameter net.ipv6.conf.eth0.use_tempaddr value 2
|
||||
|
|
Loading…
Add table
Reference in a new issue