• Joined on 2025-03-20
charles commented on pull request charles/skubelb#1 2025-03-30 06:00:39 +00:00
add: rewriter logic and tests

The goal is to take a file like this:

stream {
        upstream ssh {
                server 34.125.171.73:30005;
        }
        server {
                listen 2222;
            …
charles pushed to work at charles/skubelb 2025-03-30 05:57:42 +00:00
5f44cb2f4e add: rewriter logic and tests