Move receiver to port 21600, per the Port registry allocation rules
The registry reserves 20000-20099 for Gitea and requires new blocks to come from the 21500-21999 free pool, claimed only once a service is actually listening. Also corrects the clone URL to fisher/my-cd-webhook.
This commit is contained in:
+2
-2
@@ -28,11 +28,11 @@
|
||||
"hosts": {
|
||||
"s5.fisher.hu": {
|
||||
"bind": "10.255.255.1",
|
||||
"port": 20090
|
||||
"port": 21600
|
||||
},
|
||||
"s4.fisher.hu": {
|
||||
"bind": "10.255.255.12",
|
||||
"port": 20090
|
||||
"port": 21600
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user