summaryrefslogtreecommitdiff
path: root/docs/configuration/service
AgeCommit message (Collapse)Author
2024-05-14Fix lint issuesNicolas Vollmar
2024-05-08Merge pull request #1426 from Giggum/vyos-config-syncRobert Göhler
config-sync: adding initial user documentation for this feature
2024-05-07config-sync: adding initial user documentationGinko
2024-05-07Merge pull request #1416 from Embezzle/spellingDaniil Baturin
Fix spelling mistakes across multiple files
2024-05-05Merge pull request #1417 from aidan-gibson/patch-1Robert Göhler
Update ntp.rst
2024-05-05Remove inexisting config option from exampleNicolas Vollmar
2024-05-04Update ntp.rstAidan Gibson
"leaf seond" -> leaf second *.pool.ntp.org -> time*.vyos.net
2024-05-04service: Corrected spelling mistakesAlex W
2024-05-01Merge pull request #1411 from srividya0208/ipoe-serverDaniil Baturin
ipoe-server: fixed the incorrect details
2024-04-30ipoe-server: fixed the incorrect detailssrividya0208
2024-04-30Fixed examples in accel-ppp services in IPv6 sectionaapostoliuk
Fixed examples in accel-ppp services in IPv6 section
2024-04-17https: Added information on configuring graphql, cors & request-body-size-limitAlex W
2024-04-13Added information on authoritative zones to DNS pageAlex W
2024-04-05conntrack-sync: T1244: Support for StartupResync in conntrackdNataliia Solomko
2024-04-05conntrack-sync: T1244: Support for StartupResync in conntrackdNataliia Solomko
2024-04-04DHCP HA: change docs for failover featur in dhcp-server. Node has migrated ↵Nicolas Fort
to <high-availability> and also command <mode> was added.
2024-03-23T4389: extend DHCP server documentation on vendor options (#1339)Ginko
* T4389 added to dhcp-server documentation * Correction IP address specifed in examples in previous PR
2024-03-17Merge pull request #1326 from vyos/radvd-T6118Christian Breunig
radvd: T6118: add nat64prefix support RFC8781
2024-03-17radvd: T6118: add nat64prefix support RFC8781Christian Breunig
2024-03-06Merge pull request #1312 from natali-rs1985/T6057Robert Göhler
T6057: Add ability to disable syslog for conntrackd
2024-03-06Fixed line wrapping for previous PR #1313Ginko (Giggum)
(cherry picked from commit 0f413beec13b06fb32ae6b5b339525f69f389127)
2024-03-06Rewrote Dynamic DNS documentation/examples to align with T5791Ginko (Giggum)
(cherry picked from commit 5a6aa7506d74b40db52a2852629898457cb5753f)
2024-03-06conntrack-sync: T6057: Add ability to disable syslog for conntrackdNataliia Solomko
2024-03-03ipv6: improve PPPoE and RA examplesChristian Breunig
2024-02-28Fixing IPoE and PPPoE documentationaapostoliuk
Fixing IPoE and PPPoE documentation
2024-02-27Merge pull request #1293 from aapostoliuk/ipoe-circinusRobert Göhler
Rewritten the IPoE server documentation
2024-02-27Rewritten the IPoE server documentationaapostoliuk
Fully rewritten IPoE server documentation.
2024-02-23Rewritten the PPPoE server documentationaapostoliuk
Fully rewritten PPPoE server documentation.
2024-02-01Merge pull request #1256 from HollyGurza/T6578Christian Breunig
dns forwarding: T5687: Implement ECS settings for PowerDNS recursor
2024-01-30dns forwarding: T5687: Implement ECS settings for PowerDNS recursorkhramshinr
2024-01-23Adding first documentation regarding IDS and FastNetMon. Also a brief ↵Nicolas Fort
configuration example is provided.
2024-01-21ntp: T5692: add support to configure leap second behaviorChristian Breunig
2024-01-19Changed IPv6 pool documentation in accel-ppp servicesaapostoliuk
Changed IPv6 pool documentation in accel-ppp services to named IPv6 pools. https://vyos.dev/T5865
2024-01-14dhcp: T3316: Update documentation for changes in PR vyos/vyos-1x#2650sarthurdev
2024-01-13Update syntax for Kea option changesarthurdev
2024-01-11Merge pull request #1228 from vyos/httpsChristian Breunig
https: add latest CLI changes
2024-01-11dhcp: dhcpv6: T3316: Update documentation for inclusion of `subnet-id`sarthurdev
2024-01-10dhcp: T3316: Update documentation for Kea implementationsarthurdev
2024-01-08https: add latest CLI changesChristian Breunig
2024-01-08Update monitoring.rstBubun Das
Updated docs for influxdb
2024-01-06dns: T5900: add dont-throttle-netmasks and serve-stale-extensions powerdns ↵Christian Breunig
features
2023-12-27dhcp-server: update docs for op-mode command <show dhcp server leases>Nicolas Fort
2023-12-25snmp: T5855: migrate "set service lldp snmp enable" to "set service lldp snmp"Christian Breunig
2023-12-05accel-ppp: T5688: Changing CLI to create client address poolaapostoliuk
Changing CLI to create client address pool
2023-11-30fix build and ref warningsrebortg
2023-11-23Merge pull request #1160 from tooeffayy/circinus-mdns-example-fixRobert Göhler
Fix mDNS documentation to correct Example issue
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
2023-11-21Fix mDNS documentation to correct Example issuetooeffayy
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian Breunig
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy.
2023-11-09mdns: T5227, T5615, T5719: Update mDNS documentation for additional optionsIndrajit Raychaudhuri
Add mdns repeater docs for additional conf-mode and op-mode options.