Skip to content

Commit

Permalink
chore: update serverConfig listen_ipv6 field to disable ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 23, 2024
1 parent f6fc265 commit 05a10a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ enable_pprof: false # whether to expose pprof (https://pkg.go.dev/runtime/pprof)

server:
listen_ipv4: 0.0.0.0 # set to '-' to disable ipv4
listen_ipv6: ::1 # set to '-' to disable ipv6
listen_ipv6: - # set to '-' to disable ipv6
base_path: /
public_url: waka.hackclub.com # required for links (e.g. password reset) in e-mail

Expand Down

0 comments on commit 05a10a3

Please sign in to comment.