Replies: 1 comment 2 replies
-
|
You define http endpoint as an routes.primary |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On project's description says it's possible to route using external HTTP API, but Routing wiki doesn't mention the "httpr" found on Routing Table object when creating one on the GUI:
{
"name": "routing_table_name",
"desc": "description",
"action": "route/block/query/httpr",
"variables": [
"cidnumber",
"cidname",
"dstnumber",
"intconname",
"realm"
],
"routes": {
"primary": "primary_endpoint",
"secondary": "secondary_endpoint",
"load": 100
}
}
How does this work? Where do I define the API endpoint to be called on routing?
Beta Was this translation helpful? Give feedback.
All reactions