File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ displayName: Tailscale Access Only
2
2
type : middleware
3
3
iconPath : .assets/icon.png
4
4
5
- import : github.com/yourusername /tailscale-access
5
+ import : github.com/hhftechnology /tailscale-access
6
6
7
7
summary : ' Allows access only to clients connected via Tailscale'
8
8
Original file line number Diff line number Diff line change @@ -279,15 +279,15 @@ Create a local development environment:
279
279
280
280
` ` ` bash
281
281
# Clone or create your plugin repository
282
- mkdir tailscale-auth-plugin
283
- cd tailscale-auth-plugin
282
+ mkdir tailscale-access
283
+ cd tailscale-access
284
284
285
285
# Initialize Go module
286
- go mod init github.com/yourusername /tailscale-auth-plugin
286
+ go mod init github.com/hhftechnology /tailscale-access
287
287
288
288
# Create the basic structure
289
- touch tailscale-auth .go
290
- touch tailscale-auth_test .go
289
+ touch tailscale-access .go
290
+ touch tailscale-access .go
291
291
touch .traefik.yml
292
292
` ` `
293
293
You can’t perform that action at this time.
0 commit comments