change nebula port
This commit is contained in:
parent
06fd60d8dd
commit
057b5bb011
2 changed files with 3 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
cert = config.sops.secrets.nebula-cert.path;
|
cert = config.sops.secrets.nebula-cert.path;
|
||||||
key = config.sops.secrets.nebula-key.path;
|
key = config.sops.secrets.nebula-key.path;
|
||||||
ca = config.sops.secrets.nebula-ca-cert.path;
|
ca = config.sops.secrets.nebula-ca-cert.path;
|
||||||
|
listen.port = 3131;
|
||||||
firewall = {
|
firewall = {
|
||||||
inbound = [
|
inbound = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,12 @@
|
||||||
services.nebula.networks.xunmesh = {
|
services.nebula.networks.xunmesh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
staticHostMap = {
|
staticHostMap = {
|
||||||
"30.0.0.1" = ["172.245.52.19:4242"];
|
"30.0.0.1" = ["172.245.52.19:3131"];
|
||||||
};
|
};
|
||||||
cert = config.sops.secrets.nebula-cert.path;
|
cert = config.sops.secrets.nebula-cert.path;
|
||||||
key = config.sops.secrets.nebula-key.path;
|
key = config.sops.secrets.nebula-key.path;
|
||||||
ca = config.sops.secrets.nebula-ca-cert.path;
|
ca = config.sops.secrets.nebula-ca-cert.path;
|
||||||
|
listen.port = 3131;
|
||||||
firewall = {
|
firewall = {
|
||||||
inbound = [
|
inbound = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue