mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
more dns
This commit is contained in:
parent
a36841f12f
commit
37ebd2d6b6
1 changed files with 4 additions and 1 deletions
|
|
@ -114,9 +114,12 @@
|
||||||
settings = {
|
settings = {
|
||||||
# All *.ramos.codes subdomains -> local server
|
# All *.ramos.codes subdomains -> local server
|
||||||
address = "/.ramos.codes/192.168.0.154";
|
address = "/.ramos.codes/192.168.0.154";
|
||||||
# Except www -> forward to upstream
|
# Except www, http, https and bare domain -> forward to upstream
|
||||||
server = [
|
server = [
|
||||||
"/www.ramos.codes/1.1.1.1"
|
"/www.ramos.codes/1.1.1.1"
|
||||||
|
"/http.ramos.codes/1.1.1.1"
|
||||||
|
"/https.ramos.codes/1.1.1.1"
|
||||||
|
"/ramos.codes/1.1.1.1"
|
||||||
"1.1.1.1"
|
"1.1.1.1"
|
||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue