summaryrefslogtreecommitdiffhomepage
path: root/ci/ios/test-router/raas/src
AgeCommit message (Collapse)AuthorFilesLines
2025-09-04Add a test that asserts DAITA increases packet size on averageBug Magnet1-2/+4
2025-07-09Inline format argumentsLinus Färnstrand1-1/+1
2025-05-16Add assertKalle Lindström1-2/+6
2025-05-16Remove Option and use #[serde(default)] insteadKalle Lindström2-10/+12
2025-05-16Fix formattingKalle Lindström1-4/+15
2025-05-16Add block all except destination apiKalle Lindström3-61/+185
* add `block_all_except_dst` field to /rule api call. Normally a packet sent to `dst` would match the block rule, but this inverts that so that any packet *not* sent to `dst` will match the block rule. * remove `block_wireguard` field from /rule Blocking wireguard is now done by adding "wireguard" to the protocols list.
2025-03-31Pass reference instead of MutexGuardKalle Lindström2-10/+12
2025-03-31Add ability to block IP by prefixKalle Lindström4-29/+41
The REST API now accepts src and dst IP networks, e.g. 45.83.223.0/24 which will block all addressess in the matching subnet.
2025-03-31Add ability to block wireguard trafficKalle Lindström3-68/+144
2025-03-26Add iOS test routerEmīls10-0/+960