https://netmaker.org logo
```. { forward . 10.0.0.10:1234 { exce...
# server
b
Copy code
. {
    forward . 10.0.0.10:1234 {
        except example.org
    }
}
where example.org is your internal domains
2 Views