20 May
2023
20 May
'23
9:06 a.m.
On May 20, 2023, at 2:22 AM, Mesut GULNAZ <mesutgl@gmail.com> wrote:
How can I reply access-challenge with new line to achieve something like this below?
There's nothing below. If you're asking how to get a Reply-Message to contain a newline, read the documentation. You can assign strings to Reply-Message, and you can put newlines into strings. This is how double-quoted strings work in pretty much every computer language and configuration file. update reply { Reply-Message := "Hello\nThis is Newline\n" } Alan DeKok.