aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2022-06-19Move redirection logic to a separate packagev0.4.0Grégoire Duchêne
Also, add an optional ‘-c’ flag to pass the path to a configuration file that can be used to specify several matching patterns and replacements.
2022-06-19Use go.awhk.org/core to create the net.ListenerGrégoire Duchêne
2022-06-05Use SIGTERM definition from syscallGrégoire Duchêne
2022-06-04Generate destinations with a regular expressionGrégoire Duchêne
2022-01-04Move redirection logic into its own HTTP handlerGrégoire Duchêne
Also, have the non-Lambda version take flags instead of environment variables and add tests for the HTTP handler.
2022-01-04Do not crash if chmod fails on UNIX socketGrégoire Duchêne
2022-01-04Send empty response when redirecting to pkg.go.devGrégoire Duchêne
2021-10-31Migrate to the new syntax for build tagsGrégoire Duchêne
Also, upgrade dependencies.
2021-07-04Use SPDX tagsv0.2.0Grégoire Duchêne
2021-07-04Add systemd socket supportGrégoire Duchêne
2021-07-04Simplify project structureGrégoire Duchêne
2019-09-06Move main.go to aws/Grégoire Duchêne
2019-08-23Only build Linux binariesGrégoire Duchêne
2019-08-22First versionGrégoire Duchêne