I want to forward multiple ports

Thank you for understanding.

I want to forward multiple ports

a.com:101 {
        proxy / b.com:101 {
                transparent
        }
}

a.com:102 {
        proxy / b.com:102 {
                transparent
        }
}

a.com:103 {
        proxy / b.com:103 {
                transparent
        }
}

However, I want to forward multiple ports, but in this way I forward all ports from 100 to 300, I need to write a lot of lines of code, is there any way to solve it?

This topic was automatically closed after 30 days. New replies are no longer allowed.