Skip to content

Commit

Permalink
Make dns available through sansshell proxy. (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mwalas authored Nov 12, 2024
1 parent c38af02 commit a76925d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/proxy-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import (

// Import services here to make them proxy-able
_ "github.com/Snowflake-Labs/sansshell/services/ansible"
_ "github.com/Snowflake-Labs/sansshell/services/dns"
_ "github.com/Snowflake-Labs/sansshell/services/exec"
_ "github.com/Snowflake-Labs/sansshell/services/healthcheck"
_ "github.com/Snowflake-Labs/sansshell/services/httpoverrpc"
Expand Down

0 comments on commit a76925d

Please sign in to comment.