File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
docs/hypernode-platform/mysql Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,34 +49,34 @@ Port 3306 is fire-walled on all Hypernodes to prevent hackers and bruteforces fr
4949
5050First check which IP addresses have been whitelisted already, if any.
5151
52- ``` nginx
52+ ``` bash
5353hypernode-systemctl whitelist get
5454```
5555
5656### Adding to Whitelist
5757
5858To add more values to your whitelists you can run the following. Please note that descriptions are optional:
5959
60- ``` nginx
60+ ``` bash
6161hypernode-systemctl whitelist add database 1.2.3.4 --description " my description"
6262```
6363
6464### Removing From Whitelist
6565
6666To remove values from your whitelists you can run the following:
6767
68- ``` nginx
68+ ``` bash
6969hypernode-systemctl whitelist remove database 1.2.3.4
7070```
7171
72- ### Whitelist via Your Service Panel
72+ ### Whitelist via the Control Panel
7373
74- Only our Service Panel users have the option to whitelist an IP via the Service Panel.
74+ It's also possible to whitelist an IP address via the Control Panel
7575
76- 1 . Log on to your [ Service Panel] ( https://auth.byte.nl ) .
76+ 1 . Log on to the [ Control Panel] ( https://my.hypernode.com ) .
77771 . Select your Hypernode.
78- 1 . Go to ` Instellingen ` > ` Externe database toegang ` .
79- 1 . Add the IP addresses to the firewall whitelist .
78+ 1 . Select ` Allowlist ` from the menu .
79+ 1 . Add the IP addresses to the database allowlist .
8080
8181## How to Connect to MySQL
8282
You can’t perform that action at this time.
0 commit comments