|
|
|
@ -251,9 +251,10 @@ route[HANDLE_OPTIONS] |
|
|
|
if (is_method("OPTIONS")) { |
|
|
|
if (isflagset(FLAG_INTERNALLY_SOURCED)) { |
|
|
|
route(INTERNAL_TO_EXTERNAL_RELAY); |
|
|
|
} else { |
|
|
|
sl_send_reply("200", "Rawr!!"); |
|
|
|
} |
|
|
|
# else { |
|
|
|
# sl_send_reply("200", "Rawr!!"); |
|
|
|
# } |
|
|
|
exit; |
|
|
|
} |
|
|
|
} |
|
|
|
@ -484,4 +485,4 @@ onsend_route { |
|
|
|
xlog("L_INFO", "$ci|pass|$sndfrom(ip):$sndfrom(port) -> $sndto(ip):$sndto(port)"); |
|
|
|
} |
|
|
|
|
|
|
|
## vim:set tabstop=4 softtabstop=4 shiftwidth=4 expandtab |
|
|
|
# vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab |