fixed urls
This commit is contained in:
@@ -349,45 +349,49 @@ authentik.akanealw.com {
|
||||
handle @dockersyncthing {
|
||||
handle @allowed {
|
||||
reverse_proxy https://192.168.1.30:8384 {
|
||||
transport http {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@gamingpcsyncthing host gamingpc-syncthing.akanealw.com
|
||||
handle @gamingpcsyncthing {
|
||||
handle @allowed {
|
||||
reverse_proxy https://192.168.1.11:8384 {
|
||||
transport http {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@laptoppcsyncthing host laptoppc-syncthing.akanealw.com
|
||||
handle @laptoppcsyncthing {
|
||||
handle @allowed {
|
||||
reverse_proxy https://192.168.1.12:8384 {
|
||||
transport http {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
|
||||
@webmin host webmin.akanealw.com
|
||||
handle @webmin {
|
||||
handle @allowed {
|
||||
reverse_proxy https://192.168.1.51:10000 {
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
respond "ip range not allowed"
|
||||
}
|
||||
}
|
||||
|
||||
@wireguardui host wireguardui.akanealw.com
|
||||
handle @wireguardui {
|
||||
|
||||
Reference in New Issue
Block a user